I need help Applying CSS to html documnt, I need help with applying the following here is the HTMl code

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post by answerhappygod »

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>
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply