Florida State University: established 1851

Academic & Professional Program Services

Certified Webmaster Curriculum

XHTML 1.1 Element ( Tag ) and Attribute Reference

XHTML 1.1 Reference Index > Text Module Index

The h3 element ( tag )

contents

h3: valid parent and child elements

valid parent elements
blockquote, body, button, dd, del, div, fieldset, form, ins, li, map, noscript, object, td, th
valid child elements
a, abbr, acronym, b, bdo, big, br, button, cite, code, del, dfn, em, i, img, input, ins, kdb, label, map, object, q, samp, script, select, small, span, strong, sub, sup, textarea, tt, var

h3: valid attributes

by attribute type
Core: Core: class, id, title
Internationalization: dir, xml:lang
Events: onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup

h3: browser test

The following code sample:

Text outside the element. <h3>Text within the element.</h3> Text outside the element.

appears in your browser as:

Text outside the element.

Text within the element.

Text outside the element.