| <A> |
anchor |
| <ABBR> |
abbreviated form (e.g., WWW, HTTP, etc.) |
| <ACRONYM> |
acronym |
| <ADDRESS> |
information on author |
| <APPLET> |
Java applet |
| <AREA> |
client-side image map area |
| <B> |
bold text style |
| <BASE> |
document base URI |
| <BASEFONT> |
base font size |
| <BDO> |
I18N BiDi over-ride |
| <BIG> |
large text style |
| <BLOCKQUOTE> |
long quotation |
| <BODY> |
document body |
| <BR> |
forced line break |
| <BUTTON> |
push button |
| <CAPTION> |
table caption |
| <CENTER> |
shorthand for DIV align=center |
| class |
space-separated list of classes |
| dir |
direction for weak/neutral text |
| id |
document-wide unique id |
| lang |
language code |
| onclick |
a pointer button was clicked |
| ondblclick |
a pointer button was double clicked |
| onkeydown |
a key was pressed down |
| onkeypress |
a key was pressed and released |
| onkeyup |
a key was released |
| onmousedown |
a pointer button was pressed down |
| onmousemove |
a pointer was moved within |
| onmouseout |
a pointer was moved away |
| onmouseover |
a pointer was moved onto |
| onmouseup |
a pointer button was released |
| style |
associated style info |
| title |
advisory title |
| <CITE> |
citation |
| <CODE> |
computer code fragment |
| <COL> |
table column |
| <COLGROUP> |
table column group |
| <DD> |
definition description |
| <DEL> |
deleted text |
| <DFN> |
instance definition |
| <DIR> |
directory list |
| <DIV> |
generic language/style container |
| <DL> |
definition list |
| <DT> |
definition term |
| <EM> |
emphasis |
| <FIELDSET> |
form control group |
| <FONT> |
local change to font |
| <FORM> |
interactive form |
| <FRAME> |
subwindow |
| <FRAMESET> |
window subdivision |
| <H1> |
heading |
| <H2> |
heading |
| <H3> |
heading |
| <H4> |
heading |
| <H5> |
heading |
| <H6> |
heading |
| <HEAD> |
document head |
| <HR> |
horizontal rule |
| <HTML> |
document root element |
| <I> |
italic text style |
| <IFRAME> |
inline subwindow |
| <IMG> |
Embedded image |
| <INPUT> |
form control |
| <INS> |
inserted text |
| <ISINDEX> |
single line prompt |
| <KBD> |
text to be entered by the user |
| <LABEL> |
form field label text |
| <LEGEND> |
fieldset legend |
| <LI> |
list item |
| <LINK> |
a media-independent link |
| <MAP> |
client-side image map |
| <MENU> |
menu list |
| <META> |
generic metainformation |
| <NOFRAMES> |
alternate content container for non frame-based rendering |
| <NOSCRIPT> |
alternate content container for non script-based rendering |
| <OBJECT> |
generic embedded object |
| <OL> |
ordered list |
| <OPTGROUP> |
option group |
| <OPTION> |
selectable choice |
| <P> |
paragraph |
| <PARAM> |
named property value |
| <PRE> |
preformatted text |
| <Q> |
short inline quotation |
| <S> |
strike-through text style |
| <SAMP> |
sample program output, scripts, etc. |
| <SCRIPT> |
script statements |
| <SELECT> |
option selector |
| <SMALL> |
small text style |
| <SPAN> |
generic language/style container |
| <STRIKE> |
strike-through text |
| <STRONG> |
strong emphasis |
| <STYLE> |
style info |
| <SUB> |
subscript |
| <SUP> |
superscript |
| <TABLE> |
table |
| <TBODY> |
table body |
| <TD> |
table data cell |
| <TEXTAREA> |
multi-line text field |
| <TFOOT> |
table footer |
| <TH> |
table header cell |
| <THEAD> |
table header |
| <TITLE> |
document title |
| <TR> |
table row |
| <TT> |
teletype or monospaced text style |
| <U> |
underlined text style |
| <UL> |
unordered list |
| <VAR> |
instance of a variable or program argument |