From cb8233d02789c98a0a26facc22c012f21d4e7f44 Mon Sep 17 00:00:00 2001 From: Mercy-Ebulu Date: Fri, 21 Oct 2022 13:28:46 +0200 Subject: [PATCH] Added a simple html page showing the details of employees in a table. --- table.html | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 table.html diff --git a/table.html b/table.html new file mode 100644 index 0000000..a6aaa46 --- /dev/null +++ b/table.html @@ -0,0 +1,96 @@ + + + + + + + Responsive Table + + + +

Employee Data.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
First NameLast NameEmailGenderLocation
ChiomaUchenduuchechio@gmail.comFemaleUSA
RowlandOnyeogulurowland@gmail.comMaleUK
JoyIdahosajoyidahosa@gmail.comFemaleLagos
FaithIgbinosaigbiayi@outlook.comFemaleNigeria
OlayinkaAjayifunnyyinks@gmail.comMaleUK
GladnessGoldgladine@gmail.comMaleNigeria
AngelOtiangieeless@gmail.comFemaleNigeria
SoniaMpisoniampi@gmail.comFemaleNigeria
ChisomOkorookoro_chi@gmail.comFemaleNigeria
ToyaAmoudaladyytoya@gmail.comFemaleParis
+
+ + \ No newline at end of file