<th> Element


snippet
<html>
<head></head>
<body>
Some text
<table border>
<tr><th>Header 1</th><th>Header 2</th></tr>
<tr><td>Row2, Column1</td><td>Row2, Column2</td></tr>
</table>
</body>
</html>

Output
Some text
Header 1Header 2
Row2, Column1Row2, Column2
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +