I need help Applying CSS to html documnt, I need help with
applying the following
here is the HTMl code
<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Mail Id</th>
</tr>
<tr>
<td>Chicago</td>
<td>Illinios</td>
<td>[email protected]</td>
</tr>
<tr>
<td>San</td>
<td>Jose</td>
<td>San.Jose@gmil-com</td>
</tr>
<tr>
<td>Wichita</td>
<td>Kansas</td>
<td>Wichita.kansas@gmil-com</td>
</tr>
</table>
</body>
</html>
I need help Applying CSS to html documnt, I need help with applying the following here is the HTMl code
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
I need help Applying CSS to html documnt, I need help with applying the following here is the HTMl code
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!