Er is geen CSS ondersteuning.
| Tag | Omschrijving |
|---|---|
| <!--...--> | Defines a comment |
| <!DOCTYPE> | Defines the document type |
| <a> | Defines a hyperlink |
| <abbr> | Defines an abbreviation |
| <acronym> | Verouderd: geen support meer in HTML5. |
| <address> | Defines an address element |
| <applet> | Verouderd: geen support meer in HTML5. |
| <area> | Defines an area inside an image map |
| <article> nieuw | Defines an article |
| <aside> nieuw | Defines content aside from the page content |
| <audio> nieuw | Defines sound content |
| <b> | Defines bold text |
| <base> | Defines a base URL for all the links in a page |
| <basefont> | Verouderd: geen support meer in HTML5. |
| <bdo> | Defines the direction of text display |
| <big> | Verouderd: geen support meer in HTML5. |
| <blockquote> | Defines a long quotation |
| <body> | Defines the body element |
| <br> | Inserts a single line break |
| <button> | Defines a push button |
| <canvas> nieuw | Defines graphics |
| <caption> | Defines a table caption |
| <center> | Verouderd: geen support meer in HTML5. |
| <cite> | Defines a citation |
| <code> | Defines computer code text |
| <col> | Defines attributes for table columns |
| <colgroup> | Defines groups of table columns |
| <command> nieuw | Defines a command button |
| <datalist> nieuw | Defines a dropdown list |
| <dd> | Defines a definition omschrijving |
| <del> | Defines deleted text |
| <details> nieuw | Defines details of an element |
| <dfn> | Defines a definition term |
| <dir> | Verouderd: geen support meer in HTML5. |
| <div> | Defines a section in a document |
| <dl> | Defines a definition list |
| <dt> | Defines a definition term |
| <em> | Defines emphasized text |
| <embed> nieuw | Defines external interactive content or plugin |
| <fieldset> | Defines a fieldset |
| <figcaption> nieuw | Defines the caption of a figure element |
| <figure> nieuw | Defines a group of media content, and their caption |
| <font> | Verouderd: geen support meer in HTML5. |
| <footer> nieuw | Defines a footer for a section or page |
| <form> | Defines a form |
| <frame> | Verouderd: geen support meer in HTML5. |
| <frameset> | Verouderd: geen support meer in HTML5. |
| <h1> to <h6> | Defines header 1 to header 6 |
| <head> | Defines information about the document |
| <header> nieuw | Defines a header for a section or page |
| <hgroup> nieuw | Defines information about a section in a document |
| <hr> | Defines a horizontal rule |
| <html> | Defines an html document |
| <i> | Defines italic text |
| <iframe> | Defines an inline sub window (frame) |
| <img> | Defines an image |
| <input> | Defines an input field |
| <ins> | Defines inserted text |
| <keygen> nieuw | Defines a generated key in a form |
| <kbd> | Defines keyboard text |
| <label> | Defines a label for a form control |
| <legend> | Defines a title in a fieldset |
| <li> | Defines a list item |
| <link> | Defines a resource referentie |
| <map> | Defines an image map |
| <mark> nieuw | Defines marked text |
| <menu> | Defines a menu list |
| <meta> | Defines meta information |
| <meter> nieuw | Defines measurement within a predefined range |
| <nav> nieuw | Defines navigation links |
| <noframes> | Verouderd: geen support meer in HTML5. |
| <noscript> | Defines a noscript section |
| <object> | Defines an embedded object |
| <ol> | Defines an ordered list |
| <optgroup> | Defines an option group |
| <option> | Defines an option in a drop-down list |
| <output> nieuw | Defines some types of output |
| <p> | Defines a paragraph |
| <param> | Defines a parameter for an object |
| <pre> | Defines preformatted text |
| <progress> nieuw | Defines progress of a task of any kind |
| <q> | Defines a short quotation |
| <rp> nieuw | Used in ruby annotations to define what to show browsers that to not support the ruby element. |
| <rt> nieuw | Defines explanation to ruby annotations. |
| <ruby> nieuw | Defines ruby annotations. |
| <s> | Verouderd: geen support meer in HTML5. |
| <samp> | Defines sample computer code |
| <script> | Defines a script |
| <section> nieuw | Defines a section |
| <select> | Defines a selectable list |
| <small> | Defines small text |
| <source> nieuw | Defines media resources |
| <span> | Defines a section in a document |
| <strike> | Verouderd: geen support meer in HTML5. |
| <strong> | Defines strong text |
| <style> | Defines a style definition |
| <sub> | Defines subscripted text |
| <summary> nieuw | Defines the header of a "detail" element |
| <sup> | Defines superscripted text |
| <table> | Defines a table |
| <tbody> | Defines a table body |
| <td> | Defines a table cell |
| <textarea> | Defines a text area |
| <tfoot> | Defines a table footer |
| <th> | Defines a table header |
| <thead> | Defines a table header |
| <time> nieuw | Defines a date/time |
| <title> | Defines the document title |
| <tr> | Defines a table row |
| <tt> | Verouderd: geen support meer in HTML5. |
| <u> | Verouderd: geen support meer in HTML5. |
| <ul> | Defines an unordered list |
| <var> | Defines a variable |
| <video> nieuw | Defines a video |
| <xmp> | Verouderd: geen support meer in HTML5. |
| Attribuut | Waarde | Omschrijving |
|---|---|---|
| accesskey | character | Specifies a keyboard shortcut to access an element. |
| class | classname | Specifies a classname for an element (used to specify a class in a style sheet). |
| contenteditable nieuw | true false | Specifies if the user is allowed to edit the content or not. |
| contextmenu nieuw | menu_id | Specifies the context menu for an element. |
| data-yourvalue nieuw | value | Author defined attributes. Authors of a HTML document can define their own attributes. Must start with "data-". |
| dir | ltr rtl | Specifies the text direction for the content in an element. |
| draggable nieuw | true false auto | Specifies whether or not a user is allowed to drag an element. |
| hidden nieuw | hidden | Specifies that the element is not relevant. Hidden elements are not displayed. |
| id | id | Specifies a unique id for an element. |
| item nieuw | empty url | Used to group elements. |
| itemprop nieuw | url group value | Used to group items. |
| lang | language_code | Specifies a language code for the content in an element.../tags/ref_language_codes.asp">Language code referentie |
| spellcheck nieuw | true false | Specifies if the element must have it`s spelling or grammar checked. |
| style | style_definition | Specifies an inline style for an element. |
| subject nieuw | id | Specifies the element`s corresponding item. |
| tabindex | number | Specifies the tab order of an element. |
| title | text | Specifies extra information about an element. |
Van toepassing op de <body> tag:
| Attribuut | Waarde | Omschrijving |
|---|---|---|
| onafterprint nieuw | script | Script is running after the document is printed |
| onbeforeprint nieuw | script | Script is running before the document is printed |
| onbeforeonload nieuw | script | Script is running before the document loads |
| onblur | script | Script is running when the window loses focus |
| onerror nieuw | script | Script is running when an error occur |
| onfocus | script | Script is running when the window gets focus |
| onhashchange nieuw | script | Script is running when the document hash changes |
| onload | script | Script is running when the document loads |
| onmessage nieuw | script | Script is running when the message is triggered |
| onoffline nieuw | script | Script is running when the document goes offline |
| ononline nieuw | script | Script is running when the document comes online |
| onpagehide nieuw | script | Script is running when the window is hidden |
| onpageshow nieuw | script | Script is running when the window becomes visible |
| onpopstate nieuw | script | Script is running when the window`s history changes |
| onredo nieuw | script | Script is running when the document performs a redo |
| onresize nieuw | script | Script is running when the window is resized |
| onstorage nieuw | script | Script is running when a document loads |
| onundo nieuw | script | Script is running when a document performs an undo |
| onunload nieuw | script | Script is running when the user leaves the document |
Van toepassing op alle HTML5 elementen, maar wordt meestal gebruikt in forms:
| Attribuut | Waarde | Omschrijving |
|---|---|---|
| onblur | script | Script is running when an element loses focus |
| onchange | script | Script is running when an element changes |
| oncontextmenu nieuw | script | Script is running when a context menu is triggered |
| onfocus | script | Script is running when an element gets focus |
| onformchange nieuw | script | Script is running when a form changes |
| onforminput nieuw | script | Script is running when a form gets user input |
| oninput nieuw | script | Script is running when an element gets user input |
| oninvalid nieuw | script | Script is running when an element is invalid |
| onreset | script | Script is running when a form is reset Verouderd: geen support meer in HTML5. |
| onselect | script | Script is running when an element is selected |
| onsubmit | script | Script is running when a form is submitted |
Van toepassing op alle HTML5 elementen.
| Attribuut | Waarde | Omschrijving |
|---|---|---|
| onkeydown | script | Script is running when a key is pressed |
| onkeypress | script | Script is running when a key is pressed and released |
| onkeyup | script | Script is running when a key is released |
Van toepassing op alle HTML5 elementen, maar wordt meestal gebruikt met media elementen, zoals.. audio, embed, img, object, and video:
| Attribuut | Waarde | Omschrijving |
|---|---|---|
| onabort | script | Script is running on an abort event |
| oncanplay nieuw | script | Script is running when media can start play, but might has to stop for buffering |
| oncanplaythrough nieuw | script | Script is running when media can be played to the end, without stopping for buffering |
| ondurationchange nieuw | script | Script is running when the length of the media is changed |
| onemptied nieuw | script | Script is running when a media resource element suddenly becomes empty (network errors, errors on load etc.) |
| onended nieuw | script | Script is running when media has reach the end |
| onerror nieuw | script | Script is running when an error occurs during the loading of an element |
| onloadeddata nieuw | script | Script is running when media data is loaded |
| onloadedmetadata nieuw | script | Script is running when the duration and other media data of a media element is loaded |
| onloadstart nieuw | script | Script is running when the browser starts to load the media data |
| onpause nieuw | script | Script is running when media data is paused |
| onplay nieuw | script | Script is running when media data is going to start playing |
| onplaying nieuw | script | Script is running when media data has start playing |
| onprogress nieuw | script | Script is running when the browser is fetching the media data |
| onratechange nieuw | script | Script is running when the media data`s playing rate has changed |
| onreadystatechange nieuw | script | Script is running when the ready-state changes |
| onseeked nieuw | script | Script is running when a media element`s seeking attribute is no longer true, and the seeking has ended |
| onseeking nieuw | script | Script is running when a media element`s seeking attribute is true, and the seeking has begun |
| onstalled nieuw | script | Script is running when there is an error in fetching media data (stalled) |
| onsuspend nieuw | script | Script is running when the browser has been fetching media data, but stopped before the entire media file was fetched |
| ontimeupdate nieuw | script | Script is running when media changes its playing position |
| onvolumechange nieuw | script | Script is running when media changes the volume, also when volume is set to "mute" |
| onwaiting nieuw | script | Script is running when media has stopped playing, but is expected to resume |
Van toepassing op alle HTML5 elementen.
| Attribuut | Waarde | Omschrijving |
|---|---|---|
| onclick | script | Script is running on a mouse click |
| ondblclick | script | Script is running on a mouse double-click |
| ondrag nieuw | script | Script is running when an element is dragged |
| ondragend nieuw | script | Script is running at the end of a drag operation |
| ondragenter nieuw | script | Script is running when an element has been dragged to a valid drop target |
| ondragleave nieuw | script | Script is running when an element leaves a valid drop target |
| ondragover nieuw | script | Script is running when an element is being dragged over a valid drop target |
| ondragstart nieuw | script | Script is running at the start of a drag operation |
| ondrop nieuw | script | Script is running when dragged element is being dropped |
| onmousedown | script | Script is running when a mouse button is pressed |
| onmousemove | script | Script is running when the mouse pointer moves |
| onmouseout | script | Script is running when the mouse pointer moves out of an element |
| onmouseover | script | Script is running when the mouse pointer moves over an element |
| onmouseup | script | Script is running when a mouse button is released |
| onmousewheel nieuw | script | Script is running when the mouse wheel is being rotated |
| onscroll nieuw | script | Script is running when an element`s scrollbar is being scrolled |
cache 13-05-2011