HTML Elements and Attributes

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

Input Types

Global Attributes

Event Handlers

Simon Pieters (@zcorpan) — Please let me know if a link is broken or so.