Sie sind auf Seite 1von 5

HTML Elements and Attributes http://simon.html5.

org/html-elements

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>

1 of 5 09/07/2013 AM 04:29
HTML Elements and Attributes http://simon.html5.org/html-elements

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>

2 of 5 09/07/2013 AM 04:29
HTML Elements and Attributes http://simon.html5.org/html-elements

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
hidden
text
search
tel
url
email
password
datetime
date
month
week
time
datetime-local
number
range
color
checkbox
radio
file
submit
image
reset
button

Global Attributes
accesskey
aria-*
class
contenteditable

3 of 5 09/07/2013 AM 04:29
HTML Elements and Attributes http://simon.html5.org/html-elements

contextmenu
data-*
dir
draggable
dropzone
hidden
id
inert
itemid
itemprop
itemref
itemscope
itemtype
lang
role
spellcheck
style
tabindex
title
translate

Event Handlers
onabort
onblur
oncanplay
oncanplaythrough
onchange
onclick
oncontextmenu
ondblclick
ondrag
ondragend
ondragenter
ondragleave
ondragover
ondragstart
ondrop
ondurationchange
onemptied
onended
onerror
onfocus
onformchange
onforminput
oninput
oninvalid
onkeydown
onkeypress
onkeyup
onload
onloadeddata

4 of 5 09/07/2013 AM 04:29
HTML Elements and Attributes http://simon.html5.org/html-elements

onloadedmetadata
onloadstart
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onmousewheel
onpause
onplay
onplaying
onprogress
onratechange
onreset
onreadystatechange
onseeked
onseeking
onselect
onshow
onstalled
onsubmit
onsuspend
ontimeupdate
onvolumechange
onwaiting

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

5 of 5 09/07/2013 AM 04:29

Das könnte Ihnen auch gefallen