Different Worlds: An Introduction to HTML

Appendix A: Example Files

FILE7.HTML : Internal hyperlinks

Copy and paste, or type, the HTML code shown below into your text editor, and save it as "file7.html":

<html>
<head>
<title>(file7.html) More hyperlinks</title>
</head>
<body>
<h1>Internal hyperlinks</h1>
<p><a href="#a">Go to section A</a> of this document</p>
<p><a href="#b">Go to section B</a> of this document</p>
<p><a href="file8.html#c">Go to section C</a> of the document "file8.html"</p>
<h2><a name="a">Section A (file7)</a></h2>
<p>Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text </p>
<h2><a name="b">Section B (file7)</a></h2>
<p>Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text </p>
</body>
</html>

Alternatively, this link leads to a copy of this file, already created for you.

Return to the tutorial or return to the list of example files.


Valid HTML 4.01

http://www.users.zetnet.co.uk/dms/htmlguide/app-a07.html
© 1998-2001 Donna Smillie <dms@zetnet.co.uk>