HTML5 Elements and Attributes

  1. <html manifest>
  2. <title>
  3. <base href target>
  4. <meta name http-equiv content charset>
  5. <style media type scoped title>
  6. <script src async defer type charset>
  7. <noscript>
  8. <body onbeforeunload onerror onhashchange onload onmessage onoffline ononline onpagehide onpageshow onpopstate onresize onstorage onunload>
  9. <section>
  10. <article>
  11. <aside>
  12. <h1>
  13. <h2>
  14. <h3>
  15. <h4>
  16. <h5>
  17. <h6>
  18. <hgroup>
  19. <address>
  20. <p>
  21. <hr>
  22. <br>
  23. <pre>
  24. <blockquote cite>
  25. <ol reversed start>
  26. <ul>
  27. <li value>
  28. <dl>
  29. <dt>
  30. <dd>
  31. <a href target ping rel media hreflang type>
  32. <q cite>
  33. <cite>
  34. <em>
  35. <strong>
  36. <small>
  37. <mark>
  38. <dfn title>
  39. <abbr title>
  40. <time datetime pubdate>
  41. <progress value max>
  42. <meter value min low high max optimum>
  43. <code>
  44. <var>
  45. <samp>
  46. <kbd>
  47. <sub>
  48. <sup>
  49. <span>
  50. <i>
  51. <b>
  52. <bdo dir>
  53. <ruby>
  54. <rt>
  55. <rp>
  56. <ins cite datetime>
  57. <del cite datetime>
  58. <figure>
  59. <figcaption>
  60. <img alt src usemap ismap width height>
  61. <iframe src name sandbox seamless width height>
  62. <embed src type width height>
  63. <object data type name usemap width height>
  64. <param name value>
  65. <video src poster preload autoplay loop controls width height>
  66. <audio src preload autoplay loop controls>
  67. <source src type media>
  68. <canvas width height>
  69. <map name>
  70. <area alt coords shape href target ping rel media hreflang type>
  71. <table summary>
  72. <caption>
  73. <colgroup span>
  74. <col span>
  75. <tbody>
  76. <thead>
  77. <tfoot>
  78. <tr>
  79. <td colspan rowspan headers>
  80. <th colspan rowspan scope>
  81. <form accept-charset action autocomplete enctype method name novalidate target>
  82. <fieldset disabled form name>
  83. <label form for>
  84. <input accept alt autocomplete autofocus checked disabled form formaction formenctype formmethod formnovalidate formtarget height list max maxlength min multiple name pattern placeholder readonly required size src step type value width>
  85. <button autofocus disabled form formaction formenctype formmethod formnovalidate formtarget name type value>
  86. <select autofocus disabled form multiple name size>
  87. <datalist>
  88. <optgroup disabled label>
  89. <option disabled label selected value>
  90. <textarea autofocus cols disabled form maxlength name placeholder readonly required rows wrap>
  91. <keygen autofocus challenge disabled form keytype name>
  92. <output for form name>
  93. <details open>
  94. <summary>
  95. <command type label icon disabled checked radiogroup title>
  96. <legend>
  97. <div>

<input type> Values

Global Attributes

Event Handler Attributes

Simon Pieters