Different Worlds: An Introduction to HTML

Appendix A: Example Files

FILE13.HTML : Absolute font sizes

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

<html>
<head>
<title>(file13.html) Absolute font sizes</title>
</head>
<body bgcolor="#ffffff" text="#000080">
<p><font size="7">This is font size 7</font></p>
<p><font size="6">This is font size 6</font></p>
<p><font size="5">This is font size 5</font></p>
<p><font size="4">This is font size 4</font></p>
<p><font size="3">This is font size 3 (the default size)</font></p>
<p><font size="2">This is font size 2</font></p>
<p><font size="1">This is font size 1</font></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-a13.html
© 1998-2001 Donna Smillie <dms@zetnet.co.uk>