Bold
and Italics: (0ptional)
very easy, Just surround your text with the <b> for
bold, and <i> for italics and Don't forget the closing tags.
<b> and <i> are easiest, but should no longer be used. See this article.
USE for BOLD: <strong>
USE for ITALICS: <em>
<!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>
<font face="Verdana">
I like <strong>ponies</strong>.
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 furry. 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. <address>Galloping</address> is
my favorite. Very fast.
<p />
<em>Grooming</em>
is also fun, but lots of work. And I get tired easily combing their
hair.<p />
When I rode my <em>horse</em> the
other day, we <cite>jumped</cite> over
these really big logs and a stream.<br />
It was so fun. I think the <strong>horse</strong>
liked it too. Anyway, we rode all day, me and Cinnamon.<br />It was
lovely. She is the best horse ever.</font>
</body>
</html>