- Code: Select all
<div class="logo"><a href="index.html"><span class="hide"><h1>A.Lamonts Wedding Cars</h1></span></a></div>
H1 tags should encase both the <a> and <span> tags.. so...
- Code: Select all
<div class="logo"><h1>
<a href="index.html"><span class="hide">A.Lamonts Wedding Cars</span></a><h1></div>
Also....
- Code: Select all
<div id="clearThis"></div>
Has been called twice..