Kyoko Hata's Web Site Top Page - Kyoko Hata's Assignment 1

HTML Tags

I would like to demonstrate two HTML tags (elements) not covered in our COMP 1850.

HTML Tags
Tag Definition Attributes CSS Properties Sementic Value
<th></th> Defines a header cell in a table. bgcolor, nowrap, valign
(All not supported in HTML5)
background-color, border, color, height, text-align, vertical-align, padding N/A
<caption></caption> Defines a table caption.
(Not supported in HTML5)
text-align, caption-side N/A
HTML Element Reference
TOP