loose DTD: H3 element
H3
The six heading elements, <H1> through <H6>, denote section headings. Although the order and occurrence of headings is not constrained by the HTML DTD, documents should not skip levels (for example, from H1 to H3), as converting such documents to other representations is often problematic.
Example of use:
<H1>This is a heading</H1> Here is some text <H2>Second level heading</H2> Here is some more text.
Content
- #PCDATA
- a -- Anchor; source and/or destination of a link
- abbr
- acronym
- applet
- b -- Bold text
- basefont
- bdo
- big
- br -- Line break
- button
- cite -- Name or title of cited work
- code -- Source code phrase
- dfn
- em -- Emphasized phrase
- font
- i -- Italic text
- iframe
- img -- Image; icon, glyph or illustration
- input -- Form input datum
- kbd -- Keyboard phrase, e.g. user input
- label
- map
- object
- q
- s
- samp -- Sample text or characters
- script
- select -- Selection of option(s)
- small
- span
- strike
- strong -- Strong emphasis
- sub
- sup
- textarea -- An area for text input
- tt -- Typewriter text
- u
- var -- Variable phrase or substitutable
- Tag Minimization
-
Open Tag: REQUIRED
Close Tag: REQUIRED
Parent Elements
- applet
- blockquote -- Quoted passage
- body -- Document body
- button
- center
- dd -- Definition of term
- del
- div
- fieldset
- form -- Fill-out or data-entry form
- iframe
- ins
- li -- List item
- map
- noframes
- noscript
- object
- td
- th
Top Elements
All Elements
Tree
loose DTD