Block Quotes:
Use to set
off text from sections, like for quotations.
needs a closing
tag
<blockquote>content</blockquote>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Pony Pony Pony</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
My Pony is fresh.
<blockquote>
<p>
Here is the pony. Isn't she terribly lovely and kind. Oh yes, and she likes
carrots and bread. And long walks through the forest. She likes to chase the
squirrels and rabbits.
</blockquote>
</body>
</html>