BLOCK ELEMENTS
address | information on the author |
blockquote | long quotation |
div | generic container (block) |
dl | definition list |
fieldset | form control group |
h1-h6 | six levels of headings |
hr | horizontal rule |
noframes | alternate content for non-frame-based rendering |
noscript | content when scripts disabled |
ol | ordered list |
p | paragraph |
pre | preformatted text |
ul | unordered list |
INLINE ELEMENTS
a | anchor (or link) |
abbr | abbreviation |
acronym | acronym (UNO, NATO,…) |
b | bold text |
bdo | I18N BiDi over-ride |
big | large font |
br | forced line break |
button | push button |
cite | citation or reference |
code | computer code |
dfn | definition |
em | emphasis |
i | italic text |
iframe* | inline subwindow |
img | embedded image |
input | form control |
kbd | text to be entered by the user |
label | form field label text |
map | client-side image map |
object | generic embedded object |
q | short inline quotation |
samp | sample output from scripts |
select | option selector |
small | small font |
span | generic container (inline) |
strong | indicates stronger emphasis |
sub | subscript |
sup | superscript |
textarea | multi-line text field |
tt | teletype or monospaced text |
var | instance of a variable or program argument |
TABLE ELEMENTS
caption | table caption |
col | table column |
colgroup | table column group |
table | table element (block) |
tbody | table body |
td | table data cell |
tfoot | table footer |
th | table header cell |
thead | table header |
tr | table row |
OTHER ELEMENTS
area | image map area |
base | document base URI |
body | document body |
dd | definition description |
del | deleted text |
dt | definition term |
frame | subwindow |
frameset | window subdivision |
head | document head |
html | root element |
ins | inserted text |
legend | fieldset legend |
li | list item |
link | media-independent link |
meta | generic metainformation |
optgroup | option group |
option | selectable choice |
param | named property value |
script | script statements |
style | style info |
title | document title |