Tuesday, September 22, 2009

Testing file

Here is Walt's sample HTML file for his future reference:

<html>

<head>
<title>Montrose Firewood, Inc.</title>
</head/>

<style type="text/css">
<!--

body {
background-color:silver;
}

p.thiskind {
text-align:center;
}

p.thatkind {
color:blue;
font-family:Arial;
font-size:xx-large;
}

a:link {
text-decoration:none;
}


a:active {
color:yellow;
}

a:hover {
color:red;
text-decoration:none;
font-size:200%;
background:yellow;
}

-->
</style>


<body>

<p class="thiskind"
here is my centered para
</p>

<p class="thatkind"
here is my left-aligned para
</p>


<h1>Locust Wood Special!</h1>
<hr>

<ul>
<li>16 inch!</li>
<li>Split clean!</li>
<li>Seasoned!</li>
</ul>

<h> &#128 50 per face cord <h>
<hr>
<p><i><b>Good Night!</i></p></b>

<a href="mailto:wkostyk@gmail.com">Email Walt</a>

<br>
<br>

<a href="http://theorem.ca/~mvcorks/cgi-bin/unicode.pl.cgi?start=0530&end=058F">Visit my website</a>
<br>

<img src="sunset.jpg" height = "250" width="350"

<br>
<br>


<table border=2>
<tr>
<td>233</td>
<td>456</td>
</tr>
</table>

<p style="font-weight:bold;color:red; text-align:right; background-color:aqua">
Test Paragraph #1
</p>



</body>

<html/>

No comments: