HTML and CSS Reference
In-Depth Information
BE the Browser
Below, you'll find an HTML file
with some mismatched tags in it.
Your job is to play like you're the
browser and locate all the errors.
After you've done the
exercise, look at the
end of the chapter to
see if you caught all
the errors.
<html>
<head>
<title> Top 100 </title>
<body>
<h1> Top 100
<h2> Dark Side of the Moon </h2>
<h3> Pink Floyd </h3>
<p>
There's no dark side of the moon; matter of fact <q> it's all dark.
</p></q>
<ul>
<li> Speak to Me / Breathe </li>
<li> On The Run </li>
<li> Time </li>
<li> The Great Gig in The Sky </li>
<li> Money </li>
<li> Us And Them </em>
<li> Any Colour You Like </li>
<li> Brain Damage </li>
<li> Eclipse </li>
</ul>
</p>
<h2> XandY </h3>
<h3> Coldplay </h2>
<ol>
<li> Square One
<li> What If?
<li> White Shadows
<li> Fix You
<li> Talk
<li> XandY
<li> Speed of Sound
<li> A Message
<li> Low
<li> Hardest Part
<li> Swallowed In The Sea
<li> Twisted Logic
</ul>
</body>
</head>
Search WWH ::




Custom Search