Table with caption and table header : table caption : Table Style HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Style » table caption »

 

Table with caption and table header


 




<html>
<head><title>Tables</title></head>
<body>
<table border="3">
   <caption>How to Use Tables</caption>
   <tr><th>Col 1</th><th>Col 2</th><th>Col 3</th></tr>
   <tr><td>X</td><td>X</td><td>X</td></tr>
   <tr><td>X</td><td>X</td><td>X</td></tr>
   <tr><td>X</td><td>X</td><td>X</td></tr>
</table>
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Style
» table caption