New BODY Elements in HTML+
A new document prologue is required:
<DOCTYPE html public "-//IETF//DTD W3 HTML 3.0//EN">
HTML documents currently have a prologue that looks like this:
<DOCTYPE html public "-//W3O//DTD W3 HTML 2.0//EN">
which has been considered optional.
- <SP>
- Non-breaking space tag
- <ICON>
- Inlined graphics or icons
- <Q>, <ABBREV>...
- Many new logical emphasis tags
- <EMBED>
- Embedded data in an external format
- <INPUT>
- Input field exactly as implemented in HTML level 2
- <FIGD>
- Figure tag, similar to IMG