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

Writing html

Space: (0ptional)
a quick way to make a space is to use: &nbsp; (non-breaking space)


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>
<h1>Here Is My Pony</h1>
<h5 align=center>Isn't she lovely?</h5>
I like ponies.
They are lots of fun and furry. Sometimes I like to ride them. Galloping is my favorite. Very fast.
<p />&nbsp;<p />
Grooming is also fun, but lots of work. And I get tired easily combing their hair.
</body>
</html>