HTML Skeleton Page

 

<html>
<head>
<title>a basic html page</title>
</head>
<body bgcolor="bbddfa">
<h3>
Basic Text Input: Our first hand-coded html page
</h3>
<p>
Check out <a href="http://dailyserving.com/">Daily Serving</a> for an interesting contemporary arts blog
</p>
<p>
<img src="images/rieman.jpg">
</p>
<p>
Here is an image from my <em>Rieman's Boneyard</em> series.
</p>
</body>
</html>