ZVON > References > [XHTML Basic] Reference
Hypertext Module > element a

Go to Standard
Element: a
Attributes: | accesskey | charset | class | href | hreflang | id | rel | rev | tabindex | title | type | xml:lang |
Parents: | abbr | acronym | address | caption | cite | code | dd | dfn | div | dt | em | h1 | h2 | h3 | h4 | h5 | h6 | kbd | li | object | p | pre | q | samp | span | strong | td | th | var |
Children: | #PCDATA | abbr | acronym | br | cite | code | dfn | em | img | input | kbd | label | object | q | samp | select | span | strong | textarea | 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:

...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>