Different Worlds: An Introduction to HTML

Appendix A: Example Files

FILE6.HTML : Using hyperlinks

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

<html>
<head>
<title>(file6.html) Using hyperlinks</title>
</head>
<body>
<h1>A Simple Web Page</h1>
<h2>Basic Structure</h2>
<p><em>This</em> page illustrates the <strong>basic</strong> structure of an HTML document.</p>
<p><a href="file3.html">This link</a> will take you to an illustration of how lists can be used in HTML.</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-a06.html
© 1998-2001 Donna Smillie <dms@zetnet.co.uk>