Forms=FORM - Interactive form,BUTTON - Button,FIELDSET - Form control group,LEGEND - Fieldset caption,INPUT - Form input,LABEL - Form field label,SELECT - Option selector,OPTGROUP - Option group,OPTION - Menu option,TEXTAREA - Multi-line text input,
FORM - Interactive form=forms/form.html
BUTTON - Button=forms/button.html
FIELDSET - Form control group=forms/fieldset.html
LEGEND - Fieldset caption=forms/legend.html
INPUT - Form input=forms/input.html
LABEL - Form field label=forms/label.html
SELECT - Option selector=forms/select.html
OPTGROUP - Option group=forms/optgroup.html
OPTION - Menu option=forms/option.html
TEXTAREA - Multi-line text input=forms/textarea.html
Special Inline Elements=A - Anchor,APPLET - Java applet,BASEFONT - Base font change,BDO - BiDi override,BR - Line break,FONT - Font change,IFRAME - Inline frame,IMG - Inline image,MAP - Image map,AREA - Image map region,OBJECT - Object,PARAM - Object parameter,Q - Short quotation,SCRIPT - Client-side script,SPAN - Generic inline container,SUB - Subscript,SUP - Superscript,
A - Anchor=special/a.html
APPLET - Java applet=special/applet.html
BASEFONT - Base font change=special/basefont.html
BDO - BiDi override=special/bdo.html
BR - Line break=special/br.html
FONT - Font change=special/font.html
IFRAME - Inline frame=special/iframe.html
IMG - Inline image=special/img.html
MAP - Image map=special/map.html
AREA - Image map region=special/area.html
OBJECT - Object=special/object.html
PARAM - Object parameter=special/param.html
Q - Short quotation=special/q.html
SPAN - Generic inline container=special/span.html
SUB - Subscript=special/sub.html
SUP - Superscript=special/sup.html
Phrase Elements=ABBR - Abbreviation,ACRONYM - Acronym,CITE - Citation,CODE - Computer code,DEL - Deleted text,DFN - Defined term,EM - Emphasis,INS - Inserted text,KBD - Text to be input,SAMP - Sample output,STRONG - Strong emphasis,VAR - Variable,
ABBR - Abbreviation=phrase/abbr.html
ACRONYM - Acronym=phrase/acronym.html
CITE - Citation=phrase/cite.html
CODE - Computer code=phrase/code.html
DEL - Deleted text=phrase/del.html
DFN - Defined term=phrase/dfn.html
EM - Emphasis=phrase/em.html
INS - Inserted text=phrase/ins.html
KBD - Text to be input=phrase/kbd.html
SAMP - Sample output=phrase/samp.html
STRONG - Strong emphasis=phrase/strong.html
VAR - Variable=phrase/var.html
Font Style Elements=B - Bold text,BIG - Large text,I - Italic text,S - Strike-through text,SMALL - Small text,STRIKE - Strike-through text,TT - Teletype text,U - Underlined text,