| Document Metadata | Sections | Text-level Semantics | Tabular Data | Forms | |||||||||
| head | <head></head> | body | <body></body> | a | <a href=""></a> | table | <table></table> | form | <form action=""></form> | ||||
| title | <title></title> | section, sect | <section></section> | a:link | <a href="http://"></a> | table+ | <table> <tr> <td></td> </tr> </table> |
form:get | <form action="" method="get"></form> | ||||
| base | <base href=""> | nav | <nav></nav> | a:mail | <a href="mailto:"></a> | caption, cap | <caption></caption> | form:post | <form action="" method="post"></form> | ||||
| link | <link> | article, art | <article></article> | q | <q></q> | colgroup, colg | <colgroup></colgroup> | fieldset, fset | <fieldset></fieldset> | ||||
| link:css | <link rel="stylesheet" type="text/css" href="style.css" media="all"> | aside | <aside></aside> | cite | <cite></cite> | colgroup+, colg+ | <colgroup> <col></colgroup> | legend, leg | <legend></legend> | ||||
| link:print | <link rel="stylesheet" type="text/css" href="print.css" media="print"> | h1 | <h1></h1> | em | <em></em> | col | <col> | label | <label for=""></label> | ||||
| link:favicon | <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> | h2 | <h2></h2> | strong, str | <strong></strong> | tbody | <tbody></tbody> | input | <input type=""> | ||||
| link:touch | <link rel="apple-touch-icon" href="favicon.png"> | h3 | <h3></h3> | small | <small></small> | thead | <thead></thead> | input:hidden, input:h | <input type="hidden" value=""> | ||||
| link:rss | <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml"> | h4 | <h4></h4> | mark | <mark></mark> | tfoot | <tfoot></tfoot> | input:text, input:t | <input type="text" value="" id=""> | ||||
| link:atom | <link rel="alternate" type="application/atom+xml" title="Atom" href="atom.xml"> | h5 | <h5></h5> | dfn | <dfn></dfn> | tr | <tr></tr> | input:search | <input type="search" value="" id=""> | ||||
| meta | <meta> | h6 | <h6></h6> | abbr | <abbr title=""></abbr> | tr+ | <tr> <td></td> </tr> | input:email | <input type="email" value="" id=""> | ||||
| meta:utf | <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | hgroup, hgr | <hgroup></hgroup> | acronym, acr | <acronym title=""></acronym> | th | <th></th> | input:url | <input type="url" value="" id=""> | ||||
| meta:win | <meta http-equiv="Content-Type" content="text/html;charset=Win-1251"> | header, hdr | <header></header> | time | <time></time> | td | <td></td> | input:password, input:p | <input type="password" value="" id=""> | ||||
| meta:compat | <meta http-equiv="X-UA-Compatible" content="IE=7"> | footer, ftr | <footer></footer> | progress, prog | <progress></progress> | input:datetime | <input type="datetime" value="" id=""> | ||||||
| style | <style type="text/css"></style> | address, adr | <address></address> | meter | <meter></meter> | Conditional Comments | input:datetime-local | <input type="datetime-local" value="" id=""> | |||||
| div | <div></div> | code | <code></code> | cc:ie | <!--[if IE]><![endif]--> | input:date | <input type="date" value="" id=""> | ||||||
| Embedded Content | var | <var></var> | cc:noie | <!--[if !IE]><!--><!--<![endif]--> | input:month | <input type="month" value="" id=""> | |||||||
| figure, fig | <figure></figure> | Grouping Content | samp | <samp></samp> | input:week | <input type="week" value="" id=""> | |||||||
| img | <img src="" alt=""> | p | <p></p> | kbd | <kbd></kbd> | Edits | input:time | <input type="time" value="" id=""> | |||||
| iframe, ifr | <iframe src="" frameborder="0"></iframe> | hr | <hr> | sub | <sub></sub> | ins | <ins></ins> | input:number | <input type="number" value="" id=""> | ||||
| embed, emb | <embed src="" type=""> | br | <br> | sup | <sup></sup> | del | <del></del> | input:range | <input type="range" value="" id=""> | ||||
| object, obj | <object data="" type=""></object> | pre | <pre></pre> | span | <span></span> | input:color | <input type="color" value="" id=""> | ||||||
| param | <param name="" value=""> | dialog, dlg | <dialog></dialog> | i | <i></i> | Interactive Elements | input:checkbox, input:c | <input type="checkbox" id=""> | |||||
| video | <video src=""></video> | blockquote, bq | <blockquote></blockquote> | b | <b></b> | datagrid, datag | <datagrid></datagrid> | input:radio, input:r | <input type="radio" id=""> | ||||
| audio | <audio src=""></audio> | ol | <ol></ol> | bdo | <bdo dir=""></bdo> | datalist, datal | <datalist></datalist> | input:file, input:f | <input type="file" id=""> | ||||
| source, src | <source> | ol+ | <ol> <li></li> </ol> |
bdo:r | <bdo dir="rtl"></bdo> | textarea, tarea | <textarea id="" cols="30" rows="10"></textarea> | input:submit, input:s | <input type="submit" value=""> | ||||
| canvas | <canvas></canvas> | ul | <ul></ul> | bdo:l | <bdo dir="ltr"></bdo> | keygen, kg | <keygen> | input:image, input:i | <input type="image" src="" alt=""> | ||||
| map | <map name=""></map> | ul+ | <ul> <li></li> </ul> |
ruby | <ruby></ruby> | output, out | <output></output> | input:reset | <input type="reset" value=""> | ||||
| map+ | <map name=""> <area shape="" coords="" href="" alt=""> </map> |
li | <li></li> | rt | <rt></rt> | details, det | <details></details> | input:button, input:b | <input type="button" value=""> | ||||
| area | <area shape="" coords="" href="" alt=""> | dl | <dl></dl> | rp | <rp></rp> | command, cmd | <command> | button, btn | <button></button> | ||||
| area:d | <area shape="default" href="" alt=""> | dl+ | <dl> <dt></dt> <dd></dd> </dl> |
bb | <bb></bb> | select | <select id=""></select> | ||||||
| area:c | <area shape="circle" coords="" href="" alt=""> | dt | <dt></dt> | Scripting | menu | <menu></menu> | select+ | <select id=""> <option value=""></option> </select> |
|||||
| area:r | <area shape="rect" coords="" href="" alt=""> | dd | <dd></dd> | script | <script type="text/javascript"></script> | menu:context, menu:c | <menu type="context"></menu> | optgroup, optg | <optgroup></optgroup> | ||||
| area:p | <area shape="poly" coords="" href="" alt=""> | script:src | <script type="text/javascript" src=""></script> | menu:toolbar, menu:t | <menu type="toolbar"></menu> | optgroup+, optg+ | <optgroup> <option></option> </optgroup> |
||||||
| noscript | <noscript></noscript> | option, opt | <option></option> | ||||||||||