PROGRESS TOWARD UNSPECIFIED GOAL
| GLOBAL ATTRIBUTE | DESCRIPTION | |
|---|---|---|
| contenteditable | (New) Specifies whether the content of an element is editable or not | _____ |
| contextmenu | (New) Specifies a context menu for an element.
- appears when a user right-clicks on the element |
_____ |
| draggable | (New) Specifies whether an element is draggable or not | __X__ |
| dropzone | (New) Specifies whether the dragged data is copied, moved, or linked, when dropped | __X__ |
| spellcheck | (New) Specifies whether the element is to have its spelling and grammar checked or not | _____ |
| hidden | (New) Specifies that an element is not yet, or is no longer, relevant | _____ |
| accesskey | Specifies a shortcut key to activate/focus an element | __X__ |
| class | Specifies one or more classnames for an element (refers to a class in a style sheet) | __X__ |
| dir | Specifies the text direction for the content in an element | _____ |
| id | Specifies a unique id for an element | __X__ |
| lang | Specifies the language of the element's content | _____ |
| style | Specifies an inline CSS style for an element | __X__ |
| tabindex | Specifies the tabbing order of an element | __/__ |
| title | Specifies extra information about an element | _____ |
| HTML5 ELEMENT TAG | DESCRIPTION | |
|---|---|---|
| <article> | Defines an article | __X__ |
| <aside> | Defines content aside from the page content | __X__ |
| <audio> | Defines sound content | _____ |
| <bdi> | Isolates a part of text that might be formatted
in a different direction from other text outside it |
_____ |
| <canvas> | Used to draw graphics, on the fly, via scripting (usually JavaScript) | _____ |
| <command> | Defines a command button that a user can invoke | _____ |
| <datalist> | Specifies a list of pre-defined options for input controls | __X__ |
| <details> | Defines additional details that the user can view or hide | _____ |
| <embed> | Defines a container for an external (non-HTML) application. | _____ |
| <figcaption> | Defines a caption for a <figure> element | __X__ |
| <figure> | Specifies self-contained content | __X__ |
| <footer> | Defines a footer for a document or section | __X__ |
| <header> | Defines a header for a document or section | __X__ |
| <hgroup> | Groups heading (<h1> to <h6>) elements | __X__ |
| <keygen> | Defines a key-pair generator field (for forms) | _____ |
| <mark> | Defines marked/highlighted text | _____ |
| <nav> | Defines navigation links | __X__ |
| <meter> | Defines a scalar measurement within a known range (a gauge) | _____ |
| <output> | Defines the result of a calculation | _____ |
| <progress> | Represents the progress of a task | __X__ |
| <rp> | Defines what to show in browsers that do not support ruby annotations | _____ |
| <rt> | Defines an explanation/pronunciation of characters (for East Asian typography) | _____ |
| <ruby> | Defines a ruby annotation (for East Asian typography) | _____ |
| <summary> | Defines a visible heading for a <details> element | _____ |
| <section> | Defines a section in a document | __X__ |
| <source> | Defines multiple media resources for media elements (<video> and <audio>) | _____ |
| <time> | Defines a date/time | __X__ |
| <track> | Defines text tracks for media elements (<video> and <audio>) | _____ |
| <video> | Defines a video or movie | __X__ |
| <wbr> | Defines a possible line-break | _____ |
| HTML Element TAG | DESCRIPTION | |
|---|---|---|
| <!--...--> | Defines a comment | __X__ |
| <!DOCTYPE> | Defines the document type | __X__ |
| <a> | Defines a hyperlink | __X__ |
| <abbr> | Defines an abbreviation | _____ |
| <address> | Defines contact information for the author/owner of a document/article | _____ |
| <area> | Defines an area inside an image-map | __X__ |
| <b> | (deprecated?) Defines bold text | __X__ |
| <base> | Specifies the base URL/target for all relative URLs in a document | _____ |
| <bdo> | Overrides the current text direction | _____ |
| <blockquote> | Defines a section that is quoted from another source | __X__ |
| <body> | Defines the document's body | __X__ |
| <br> | Defines a single line break | __X__ |
| <button> | Defines a clickable button | __X__ |
| <caption> | Defines a table caption | _____ |
| <cite> | Defines the title of a work | _____ |
| <code> | Defines a piece of computer code | __X__ |
| <col> | Specifies column properties for each column within a <colgroup> element | __X__ |
| <colgroup> | Specifies a group of one or more columns in a table for formatting | _____ |
| <dd> | Defines a description of an item in a definition list | __X__ |
| <del> | Defines a text that has been deleted from a document | _____ |
| <dfn> | Defines a definition term | __X__ |
| <div> | Defines a section in a document | __X__ |
| <dl> | Defines a definition list | __X__ |
| <dt> | Defines a term (an item) in a definition list | __X__ |
| <em> | Defines emphasized text | __X__ |
| <fieldset> | Groups related elements in a form | __X__ |
| <form> | Defines an HTML form for user input | __X__ |
| <h1> to <h6> | Defines HTML headings | __X__ |
| <head> | Defines information about the document | __X__ |
| <hr> | Defines a thematic change in the content
(horizontal line) |
__X__ |
| <html> | Defines the root of an HTML document | __X__ |
| <i> | (deprecated?) Defines a part of text in an alternate voice or mood | __X__ |
| <iframe> | Defines an inline frame | _____ |
| <img> | Defines an image | __X__ |
| <input> | Defines an input control | __X__ |
| <ins> | Defines a text that has been inserted into a document | _____ |
| <kbd> | Defines keyboard input | _____ |
| <label> | Defines a label for an input element | __X__ |
| <legend> | Defines a caption for a <fieldset>, <figure>, or <details> element | _____ |
| <li> | Defines a list item | __X__ |
| <link> | Defines the relationship between a document and an external resource
(most used to link to style sheets) |
__X__ |
| <map> | Defines a client-side image-map | __X__ |
| <menu> | Defines a list/menu of commands | ___?__ |
| <meta> | Defines metadata about an HTML document | __X__ |
| <noscript> | Defines an alternate content for users that do not support client-side scripts | _____ |
| <object> | Defines an embedded object | ___?__ |
| <ol> | Defines an ordered list | __X__ |
| <optgroup> | Defines a group of related options in a drop-down list | __X__ |
| <option> | Defines an option in a drop-down list | __X__ |
| <p> | Defines a paragraph | __X__ |
| <param> | Defines a parameter for an object | _____ |
| <pre> | Defines preformatted text | __X__ |
| <q> | Defines a short quotation | _____ |
| <s> | Defines text that is no longer correct | _____ |
| <samp> | Defines sample output from a computer program | _____ |
| <script> | Defines a client-side script | _____ |
| <select> | Defines a drop-down list | _____ |
| <small> | Defines smaller text | __X__ |
| <span> | Defines a section in a document | _____ |
| <strong> | Defines important text | __X__ |
| <style> | Defines style information for a document | __X__ |
| <sub> | Defines subscripted text | _____ |
| <sup> | Defines superscripted text | __X__ |
| <table> | Defines a table | __X__ |
| <tbody> | Groups the body content in a table | __X__ |
| <td> | Defines a cell in a table | __X__ |
| <textarea> | Defines a multiline input control (text area) | __X__ |
| <tfoot> | Groups the footer content in a table | _____ |
| <th> | Defines a header cell in a table | __X__ |
| <thead> | Groups the header content in a table | _____ |
| <title> | Defines a title for the document | __X__ |
| <tr> | Defines a row in a table | __X__ |
| <u> | Defines text that should be stylistically different from normal text (underlined?) | __X__ |
| <ul> | Defines an unordered list | __X__ |
| <var> | Defines a variable | _____ |
| <acronym> | Not supported in HTML5 | _____ |
| <applet> | Not supported in HTML5 | _____ |
| <basefont> | Not supported in HTML5 | _____ |
| <big> | Not supported in HTML5 | _____ |
| <center> | Not supported in HTML5 | _____ |
| <font> | Not supported in HTML5 | _____ |
| <frame> | Not supported in HTML5 | _____ |
| <frameset> | Not supported in HTML5 | _____ |
| <dir> | Not supported in HTML5 | _____ |
| <noframes> | Not supported in HTML5 | _____ |
| <strike> | Not supported in HTML5 | _____ |
| <tt> | Not supported in HTML5 | _____ |
Find the hot spots! (should, but does not work on Chrome or Safari)