0% found this document useful (0 votes)
9 views1 page

Employee Data Table Example

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Employee Data Table Example

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

12/8/24, 1:43 PM Example1.

html

ExamModel\[Link]

1 <html>
2 <head>
3 <title>Table</title>
4 </head>
5 <body>
6 <table border = '1' cellpadding = '10' cellspacing = "0" width ="90%">
7 <tr style ="background-color: grey;">
8 <th align="left"><b></b>Name</b></th>
9 <th align="left"><b>Age</b></th>
10 <th align="left"><b>Department</b></th>
11 <th align="left"><b>Country</b></th>
12 </tr>
13 <tr>
14 <td>Alice</td>
15 <td>25</td>
16 <td>HR</td>
17 <td>USA</td>
18 </tr>
19 <tr>
20 <td>Bob</td>
21 <td>30</td>
22 <td>Engineering</td>
23 <td>Canada</td>
24 </tr>
25
26 </table>
27 </body>
28 </html>

localhost:53030/06a51749-4e05-4c81-a912-4eac0b0e78bd/ 1/1

You might also like