Please note that this page shows only the HTML elements introduced in CSCI 115 so far.
Tag | Type | Attributes | Description |
---|---|---|---|
h1 .. h6 | block | heading | |
p | block | paragraph | |
em, strong, span | inline | emphasis, strong importance, generic (meaningless) |
|
br | inline | line break | |
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 |