ProtoPage

A basic template for good HTML web pages.


<html>
<head>
<title>ProtoPage</title>
</head>

<body> # I've got some cool stuff to do with your body.

A basic template for good HTML web pages. <p>

<blockquote>

Here is some text, about almost a paragraph's worth, made longer by the use of <blockquote> tags. Notice how they set the text off from the margins - aiding readability.

<p>

I like to keep my text and codes well spaced throughout my document. Makes it easier to work on, and who knows who might be using your HTML to learn from?

</blockquote>

Now, as I move on to another section, I will use a horizontal rule to set it off:<p>

<hr>


<blockquote>
I want to <a href="http://raptor.swarthmore.edu/jahall/">link to my top level</a>, so I will link to my top level.<p>

Notice how I simply <b>inserted the URL between the quotes</b>

</blockquote>

Now that I am at the bottom of my page, I want to include my address, and some closing tags.

<hr>


<p align=center>

<i> Yer Mama Net Productions / Justin Hall / justin@cyborgasmic.com </i>

</p>

</body>
</html>


Return to my Getting Started with HTML for more reference materials.

web publishing