Tag |
Description |
Attributes |
<a> | Anchor (link) | accesskey, charset, coords, href, hreflang, name, rel, rev, shape, tabindex, target, type, %coreattrs, %i18n, %eventsEvents: onfocus, onblur |
<abbr> | Abbreviation | %coreattrs, %i18n, %events |
<acronym> | Acronym | %coreattrs, %i18n, %events |
<address> | Information about the author | %coreattrs, %i18n, %events |
<applet>(deprecated) | Java applet | align, archive, alt, code, codebase, height (required), hspace, name, object, vspace, width (required), %coreattrs |
<area> | Area (in client-side imagemap) | accesskey, alt, coords, href, nohref, shape, tabindex, target, %coreattrs, %i18n, %eventsEvents: onfocus, onblur |
<b> | Bold text style | %coreattrs, %i18n, %events |
<base> | Base URL | href, target |
<basefont> (deprecated) | Basefont | color, face, id, size (required) |
<bdo> | Bidirectional override | %coreattrs, %i18n |
<bgsound> (IE only) | Background sound | src (required), loop |
<big> | Big text | %coreattrs, %i18n, %events |
<blink> (NN only) | Blink | (none) |
<blockquote> | Blockquote | %coreattrs, %i18n, %events |
<body> | Body | alink, background, bgcolor, link, text, vlink, %coreattrs, %i18n, %eventsEvents: onload, unloadIE only: bgproperties, leftmargin, rightmargin, topmargin, bottommargin
NN only: marginwidth, marginheight |
<br> | Forced line break | clear, %coreattrs |
<button> | Button (form element) | accesskey, disabled, name, tabindex, type, value, %coreattrs, %i18n, %eventsEvents: onfocus, onblur |
<caption> | Caption (of a table) | align, %coreattrs, %i18n, %eventsNonstandard: summary, valign |
<center> (deprecated) | Centers contained elements | %coreattrs, %i18n, %events |
<cite> | Citation | %coreattrs, %i18n, %events |
<code> | Code fragment | %coreattrs, %i18n, %events |
<col> | Column (within a table) | align, char, charoff, span, valign, width, %coreattrs, %i18n, %events |
<colgroup> | Column group (within a table) | align, char, charoff, span, valign, width, %coreattrs, %i18n, %events |
<comment> (IE only) | Comment | (none) |
<dd> | Definition (part of definition list) | compact, %coreattrs, %i18n, %events |
<del> | Deleted text | cite, datetime, %coreattrs, %i18n, %events |
<dfn> | Defining instance | %coreattrs, %i18n, %events |
<dir>(deprecated) | Directory list | compact, %coreattrs, %i18n, %events |
<div> | Division | align, %coreattrs, %i18n, %events |
<dl> | Definition list | compact, %coreattrs, %i18n, %events |
<dt> | Definition term (part of definition list) | %coreattrs, %i18n, %events |
<em> | Emphasized text | %coreattrs, %i18n, %events |
<embed> | Embedded object | align, alt, border, code, codebase, frameborder, height, hidden, hspace, name, palette, pluginspage, pluginurl, src, type, units, vspace, width |
<fieldset> | Fieldset (group of form elements) | %coreattrs, %i18n, %events |
<font>(deprecated) | Font style | color, face, size, %coreattrs, %i18n |
<form> | Interactive form | accept, accept-charset, action (required), enctype, method, name, target, %coreattrs, %i18n, %eventsEvents: onsubmit, onreset |
<frame> | Frame | frameborder, longdesc, marginwidth, marginheight, name, noresize, scrolling, src, %coreattrsNonstandard: bordercolor |
<frameset> | Frameset | cols, rows, %coreattrsEvents: onload, unloadNonstandard: border, bordercolor, frameborder, framespacing |
<h1>...<h6> | Headings, level 1 through 6 | align, %coreattrs, %i18n, %events |
<head> | Head of document | profile, %i18n |
<hr> | Horizontal rule | align, noshade, size, width, %coreattrs, %i18n, %events |
<html> | HTML document | %i18n |
<i> | Italic | %coreattrs, %i18n, %events |
<iframe> | Inline frame (floating frame) | align, frameborder, height, longdesc, marginheight, marginwidth, name, scrolling, src, width, %coreattrs, %i18n, %eventsNonstandard: hspace, noresize, vspace |
<img> | Embedded image | align, alt (required), border (deprecated), height, hspace, ismap, longdesc, lowsrc, src (required), usemap, vspace, width, %coreattrs, %i18n, %eventsIE only: controls, dynsrc, loop, start |
<input> | Input (form control)[Input types: text, password, checkbox, radio, submit, reset, file, hidden, image, button] | accept, accesskey, align, alt, checked, disabled, ismap, maxlength, name, readonly, size, src, tabindex, type, usemap, value, %coreattrs, %i18n, %eventsEvents: onfocus, onblur, onselect, onchange |
<ins> | Inserted text | cite, datetime, %coreattrs, %i18n, %events |
<isindex>(deprecated) | Searchable index | prompt, %coreattrs, %i18n |
<kbd> | Keyboard text | %coreattrs, %i18n, %events |
<label> | Label (for form elements) | accesskey, for, %coreattrs, %i18n, %eventsEvents: onfocus, onblur |
<layer> (NN 4.x only) | Creates a layer | above, background, below, bgcolor, clip, height, id, left, name, pagex, pagey, src, top, visibility, width, z-index |
<legend> | Legend (for form fieldsets) | accesskey, align, %coreattrs, %i18n, %events |
<li> | List item | start, type, value, %coreattrs, %i18n, %events |
<link> | Link | charset, href, hreflang, rel, rev, media, target, type, %coreattrs, %i18n, %events |
<map> | Map (client-side imagemap) | name (required), %coreattrs, %i18n, %events |
<marquee> (IE only) | Marquee | behavior, bgcolor, direction, height, hspace, loop, scrollamount, scrolldelay, vspace,width |
<menu> (deprecated) | Menu list | compact, %coreattrs, %i18n, %events |
<meta> | Meta information | content (required), http-equiv, name, scheme, %i18n |
<multicol> (NN 4.x only) | Multi-column formatted text | cols, gutter, width |
<nobr>(nonstandard) | Prevents line breaks from occurring | (none) |
<noembed>(nonstandard) | Alternative content when embedded media cannot be displayed. | (none) |
<noframes> | Content that renders on browsers without frames support | %coreattrs, %i18n, %events |
<noscript> | Alternative content for scripts | %coreattrs, %i18n, %events |
<object> | Generic embedded object | align, archive, border, classid, codebase, codetype, data, declare, height, hspace, name, standby, tabindex, type, vspace, width, %coreattrs, %i18n, %events |
<ol> | Ordered list (numbered) | compact, start, type, %coreattrs, %i18n, %events |
<optgroup> | Option group (in a form) | disabled, label (required), %coreattrs, %i18n, %events |
<option> | Option (in a form) | disabled, label, selected, value, %coreattrs, %i18n, %events |
<p> | Paragraph | align, %coreattrs, %i18n, %events |
<param> | Parameter (named property value) | id, name (required), value, valuetype, type |
<pre> | Preformatted text | width, %coreattrs, %i18n, %events |
<q> | Short inline quotation | cite, %coreattrs, %i18n, %events |
<s> (deprecated) | Strikethrough text | %coreattrs, %i18n, %events |
<samp> | Sample program output | %coreattrs, %i18n, %events |
<script> | Script statement | charset, defer, event, for, language, src, type (required) |
<select> | Selection menu (in a form) | disabled, multiple, name, size, tabindex, %coreattrs, %i18n, %eventsEvents: onfocus, onblur, onchange |
<small> | Small text | %coreattrs, %i18n, %events |
<spacer> (NN only) | Spacer | align, height, size, type, width |
<span> | Span (generic inline text container) | %coreattrs, %i18n, %events |
<strike>(deprecated) | Strikethrough text | %coreattrs, %i18n, %events |
<strong> | Strongly emphasized text | %coreattrs, %i18n, %events |
<style> | Embedded stylesheet | type, media, title, %i18n |
<sub> | Subscript | %coreattrs, %i18n, %events |
<sup> | Superscript | %coreattrs, %i18n, %events |
<table> | Table | align, bgcolor, border, cellpadding, cellspacing, frame, rules, summary, width, %coreattrs, %i18n, %eventsNonstandard:background, height, hspace, vspaceIE only: bordercolor, bordercolorlight, bordercolordark |
<tbody> | Table body | align, char, charoff, valign, vspace |
<td> | Table data cell | abbr, align, axis, bgcolor, charcharoff, colspan, headers, height, nowrap, rowspan, scope, valign, width, %coreattrs, %i18n, %eventsNonstandard: background
IE only: bordercolor, bordercolorlight, bordercolordark |
<textarea> | Multiline text area (in a form) | accesskey, cols (required), disabled, name, readonly, rows (required), tabindex, wrap, %coreattrs, %i18n, %eventsEvents: onfocus, onblur, onchange |
<tfoot> | Table foot | align, char, charoff, valign, %coreattrs, %i18n, %events |
<th> | Table header cell | abbr, align, axis, char, charoff, bgcolor, colspan, headers, height, nowrap, rowspan, scope, valign, width, %coreattrs, %i18n, %eventsNonstandard: backgroundIE only: bordercolor, bordercolorlight, bordercolordark |
<thead> | Table head | align, char, charoff, valign, %coreattrs, %i18n, %events |
<title> | Document title | %i18n |
<tr> | Table row | align, char, charoff, bgcolor, valign, %coreattrs, %i18n, %eventsIE only: bordercolor, bordercolorlight, bordercolordark |
<tt> | Teletype (monospaced) text | %coreattrs, %i18n, %events |
<u> (deprecated) | Underlined text | %coreattrs, %i18n, %events |
<ul> | Unordered (bulleted) list | compact, %coreattrs, %i18n, %events |
<var> | Variable | %coreattrs, %i18n, %events |
<wbr> (nonstandard) | Word break (within a <nobr> element) | (none) |