Sample Page For Text


The HTML line for the background color and text link colors of this page is:
<body bgcolor="#ccccff" text="#820082" link="#8200ff" alink="#820000" vlink="#ff0000">

You can just copy-and-paste that line into your editor, overwriting the plain <body> tag. If you don't like the color combinations, go to Color Chart and choose your own.

Otherwise, here is the code for a sample HTML page of text. I've given codes for 6 paragraphs, so add and delete extra lines as desired. Notes in ALL CAPITALS need to be overwritten with your own text in the appropriate upper- and lowercase manner.

This is what the page will look like, with the <body> color line from above added in: Click.




<html>
<head>
<title>PUT A TITLE NAME HERE</title>
</head>
<body>
<p center><center><font size="+3">PUT YOUR TITLE NAME HERE AGAIN</font></center>
<br>
<br>
<p left>PUT YOUR FIRST PARAGRAPH HERE.
<p left>PUT YOUR SECOND PARAGRAPH HERE.
<p left>PUT YOUR THIRD PARAGRAPH HERE.
<p left>PUT YOUR FOURTH PARAGRAPH HERE.
<p left>PUT YOUR FIFTH PARAGRAPH HERE.
<p left>PUT YOUR SIXTH PARAGRAPH HERE.
<br>
<br>
<br>
<p left>I'd love to hear your comments about this page. Please send an email to me at <a href="mailto:PUT IN YOUR EMAIL ADDRESS">PUT IN YOUR EMAIL ADDRESS AGAIN</a>
<br>
<br>
</body>
</html>