ZVON > References > XHTML Reference
   Transitional XHTML   Frameset | Strict | >> Transitional << |  [Comparison]

Go to Standard
Element: h2
Attributes: | align | class | dir | id | lang | onclick | ondblclick | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | style | title | xml:lang |
Parents: | applet | blockquote | body | button | center | dd | del | div | fieldset | form | iframe | ins | li | map | noframes | noscript | object | td | th |
Children: | #PCDATA | a | abbr | acronym | applet | b | basefont | bdo | big | br | button | cite | code | del | dfn | em | font | i | iframe | img | input | ins | kbd | label | map | object | q | s | samp | script | select | small | span | strike | strong | sub | sup | textarea | tt | u | var |

Your browser display:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
Source [  Open as XHTML document  ]

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Your browser display:

Table of Contents

Introduction
Some background
On a more personal note
...the rest of the table of contents...

...the document body...

Introduction

...section 1...

Some background

...section 2...

On a more personal note

...section 2.1...

Source [  Open as XHTML document  ]

<h1>Table of Contents</h1>
<p>
     <a href="#section1">Introduction</a>
     <br/>
     <a href="#section2">Some background</a>
     <br/>
     <a href="#section2.1">On a more personal note</a>
     <br/>
     <em>...the rest of the table of contents...</em>
</p>
<p>
     <em>...the document body...</em>
</p>
<h2>
     <a name="section1">Introduction</a>
</h2>
<p>
     <em>...section 1...</em>
</p>
<h2>
     <a name="section2">Some background</a>
</h2>
<p>
     <em>...section 2...</em>
</p>
<h3>
     <a name="section2.1">On a more personal note</a>
</h3>
<p>
     <em>...section 2.1...</em>
</p>