Common Tags
Div, P,title,em (Italic), A,strong (bold), Del (strikethrough), h1-h6,abbr,pre,blockquote (definition long Reference), sub (subscript), SUP (superscript) Form Tags: input (define output control), Button,select (picklist)&option, form (form), label (callout), textarea (Long text box), FieldSet (around the border of elements in the form)&legend list label: UL,OL,DL,LI,DT,DD table: table,tbody,thead,tfoot,caption,tr,td,th, Col,colgroup special characters (character entities):(space),©(copyright symbol),<(less than),> (greater than sign)
H1~h6
< H1 >< a > title </a></H1> Meet the Standards < a >< H1 > title </H1></a> Non compliant Such a possible weight high
Select selection list, option to define options in the selection list
<Select> <optionvalue= "Volvo">Volvo</option> <optionvalue= "Saab">Saab</option> <optionvalue= "Opel">Opel</option></Select>
Input definition output Control
<form>First name:<inputtype= "text"name= "FName" />Last Name:<inputtype= "text"name= "LName" /> <inputtype= "Submit"value= "Submit" /></form>
Label
<form> <label for= "Male">Male</label> <inputtype= "Radio"name= "Sex"ID= "Male" /> <BR/>
<label for= "female">Female</label> <inputtype= "Radio"name= "Sex"ID= "female" /></form>
Tbody table Body, caption title
<table><caption>Calendar</caption> <thead> <TR><th>Month</th></TR> Th header row
</thead> <tbody> <TR><TD>January</TD></TR> </tbody> <tfoot> <TR><TD>Sum</TD></TR> </tfoot></Table>
Abbr defining abbreviations
<title= "Hyper text Markup Language">HTML</abbr >
Abbr defining abbreviations
Abbr defining abbreviations
Abbr defining abbreviations
HTML First Class