HTML 5 Tags / Elements

Please note that this page shows only the HTML elements introduced in CSCI 115.

Tag Type Attributes Description
h1 .. h6 block   heading
p block   paragraph
em, strong, span inline   emphasis, strong importance, generic (meaningless)
ol, ul block   ordered list, unordered list
li     list item in ol or ul
table block border (obselete)  
tr     row in table
td, th   colspan, rowspan table data / header cell
a inline href hypertext link
div block   generic
img inline src, alt Both are required.
button inline