<class home>  <html part I>   <back   next>

Writing html

Superscripts and Subscripts: (optional)
superscripts combined with links are great for footnotes.
they change the spacing between lines. You can remedy this by reducing the size of the
superscript one additional point:
<font size="-1"><sup>superscripted text</sup></font>


example>>>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PONIES PONIES PONIES</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body text="red">
<h1>Here Is My Pony</h1>
<h4 align="left">Isn't she lovely?</h4>
<font face="Verdana">
I like ponies. They are lots of fun and <big><big><strong>furry</strong></big></big>. Sometimes I like to ride them. Galloping is my favorite. Very fast. I like ponies. They are lots of fun and furry. Sometimes I like to ride them. Galloping is my favorite. Very fast. I like ponies. They are lots of fun and <small><strong>furry</strong></small>. Sometimes I like to ride them. Galloping is my favorite. Very fast.</font>
She likes water, H<sub>2</sub>0.
And likes it when I read the <u>Castle</u><sup>1</sup>.
</body>
</html>