HTML and CSS Reference
In-Depth Information
BE the Validator
Below, you'll find an HTML file. Your
job is to play like you're the validator
and locate ALL the errors. After
you've done the exercise, look at the
end of the chapter to see if you caught
them all.
<html>
<head>
<meta charset="utf-9">
</head>
<body>
<img src="chamberofcommerce.gif">
<h1> Tips for Enjoying Your Visit in Webville
<p>
Here are a few tips to help you better enjoy your stay in Webville.
</p>
<ul>
<li> Always dress in layers and keep an html around your
head and body. </li>
<li> Get plenty of rest while you're here, sleep helps all
those rules sink in. </li>
<li> Don't miss the work of our local artists right downtown
in the CSS gallery.
</ul>
</p>
<p>
Having problems? You can always find answers at
<a href="http://wickedlysmart.com"><em> WickedlySmart </em></a> .
Still got problems? Relax, Webville's a friendly place, just ask someone
for help. And, as a local used to say:
</p>
<em><p>
Don't worry. As long as you hit that wire with the connecting hook
at precisely 88mph the instant the lightning strikes the tower…
everything will be fine.
</em></p>
</body>
</html>
Search WWH ::




Custom Search