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:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|