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

Go to Standard
Element: a
Attributes: | accesskey | charset | class | coords | dir | href | hreflang | id | lang | name | onblur | onclick | ondblclick | onfocus | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | rel | rev | shape | style | tabindex | target | title | type | xml:lang |
Parents: | abbr | acronym | address | applet | b | bdo | big | blockquote | body | caption | center | cite | code | dd | del | dfn | div | dt | em | fieldset | font | form | h1 | h2 | h3 | h4 | h5 | h6 | i | iframe | ins | kbd | label | legend | li | noframes | noscript | object | p | pre | q | s | samp | small | span | strike | strong | sub | sup | td | th | tt | u | var |
Children: | #PCDATA | 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:

A statue of the Cihuateteus, who are patron ...

Source [  Open as XHTML document  ]

<p> A statue of the
     <a href="cih78">Cihuateteus</a>, who are patron ...
</p>

Your browser display:

...some text...

You'll find a lot more in chapter two. See also this map of the enchanted forest.

Source [  Open as XHTML document  ]

<p>
     <em>...some text...</em>
</p>
<p>You'll find a lot more in
     <a href="chapter2.html">chapter two</a>. See also this
     <a href="../images/forest.gif">map of the enchanted forest.</a>
</p>

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>

Your browser display:

...some text...

You'll find a lot more in chapter two. chapter two. See also this map of the enchanted forest.

Source [  Open as XHTML document  ]

<p>
     <em>...some text...</em>
</p>
<p>You'll find a lot more in
     <a href="chapter2.html" title="Go to chapter two">chapter two</a>.
     <a href="./chapter2.html" title="Get chapter two.">chapter two</a>. See also this
     <a href="../images/forest.gif" title="GIF image of enchanted forest">map of the enchanted forest.</a>
</p>

Your browser display:

Press "C" to go to the Zvon site

Source [  Open as XHTML document  ]

<p>
     <a accesskey="C" rel="contents" href="http://zvon.org">Press "C" to go to the Zvon site</a>
</p>