<html> <head> <title>HTML thead Tag</title> </head> <body> <table border = "1"> <thead> <tr> <td colspan="2">Table Header (thead)</td></tr> </thead> <tfoot> <tr> <td colspan="2">Table Footer (tfoot)</td></tr> </tfoot> <tbody> <tr> <td>Cell 1 - part of tbody</td> <td>Cell 2 - part of tbody</td> </tr> <tr> <td>Cell 3 - part of tbody</td> <td>Cell 4 - part of tbody</td> </tr> <tr> <td>Cell 5 - part of tbody</td> <td>Cell 6 - part of tbody</td> </tr> </tbody> </table> </body> </html>
Friday, 9 August 2013
HTML thead Tag
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment