A | B | C | D | E | F | H | I | K | L | M
S | T | U | V | W | X
New Changed & Obsolete Elements are Marked
<applet></applet>
<article></article> (w3c)
NEW
A section of the content that is an independent part of a document
Example: Magazine, Newspaper article, blog
See article
Audio represent an audio stream
Attributes: All Global +autoplay, preload, controls, loop, mediagroup, muted, src
Base specifies a document-wide base URL for the purposes of resolving relative URLs, and a document-wide default name for the purposes of following hyperlinks.
Attributes:href and target or target
<blockquote></blockquote> (w3c)
Encloses a quote from another source. Do not use the blockquote as a design element to just indent text.
Attributes: All Global + cite
<dd></dd>
<dt></dt>
see list
Represents a control from which the user can obtain additional information or controls on-demand.
At the moment only supported by Crome (March 2012)
Attributes: All Global
<dl></dl>
description list
see list
<figcaption><figcaption> (w3c)
NEW
The caption for a figure
Only permitted parent element is the figure tag
Attributes: All Global
<footer></footer> (w3c)
NEW
The footer can represent a footer of the page, section, article etc
The footer cannot be included in the header, address, footer
Attributes: All Global
<header></header> (w3c)
NEW
Use to define the header of the page or section.
The header must not appear as a descendant of the footer or address element.
Attributes: All Global
<h1></h1> - <h6></h6>
Represent heading of a section of the page.
h1 is ranked as the highest and h6 is ranked as the lowest.
Headings cannot be a descendant of the address element.
h1–h6 elements must not be used to markup subheadings, subtitles, alternative titles and taglines unless intended to be the heading for a new section or subsection.
The align attribute on each of the headings is obsolete.
It is very important that they are used correctly because at the moment they are the key elements used in readers for 508.
Attributes: All Global
<iframe></iframe> (w3c)
CHANGED
An inline frame.
Attributes: All Global + src, srcdoc, name, width, eight, andbox, seamless
<table> </table>
<tbody></tbody>
<thead></thead>
<tr></tr>
<th></th>
<td></td>
<tfoot></tfoot>
see table
2012-01-31T23:59:60Z
2012-01-19T16:39:57-08:00
The letters T and Z in the date/time syntax must always be uppercase