<class home>  <html part I>   <back

Writing html

Comments/hiding text: (optional)
•comments are great for describing why you used a particular tag
•or reminding people/yourself to change or update a section
•or to hide tags that you might want to use later, when you are changing things.


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>
<h4 align="left">Isn't she lovely?</h4>
<!--find a picture of my pony-->
<font face="Verdana">
I <strike>like</strike> love 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>
<p>
<!--
visit<br />
<font color="red">
<blink><tt>http://www.mypony.com</tt></blink>
</font>-->
</body>
</html>