<html>
<head>
<title>My first CSS</title>
</head>
<body>
<h1>My First CSS</h1>
<hr />
<img src="pic_web.gif" width="128" height="124">
<p>This is my very first page that is styled with
<acronym title="Cascading Style Sheets">CSS</acronym>! </p>
<p>All the colors, fonts, and layout of this
page are styled with CSS.</p>
<p>My favorite links:</p>
<ul>
<li><a href="#">W3Schools</a></li>
<li><a href="#">CNN News</a></li>
<li><a href="#">MSN Games</a></li>
</ul>
</body>
</html>
|