could anyone point me in the right direction?
here are errors it threw back at me
Line 20, Column 40: An a start tag seen but an element of the same type was already open.
<div class="slot"><a href ="index.html"><p>Home</p></a>
✉
Line 20, Column 40: End tag a violates nesting rules.
<div class="slot"><a href ="index.html"><p>Home</p></a>
✉
Line 20, Column 40: Cannot recover after last error. Any further errors will be ignored.
<div class="slot"><a href ="index.html"><p>Home</p></a>
Here is relevant code starting at line 18
<div id = "header"> <h1 style = "margin-bottom:0;color:orange" > Toys for Boys aged 3 years+ </h1><a id="top"> <div class="slot"><a href ="index.html"><p>Home</p></a> </div> <div class="slot"><a href ="Toddelers.html"><p>Toddelers</p></a> </div> <div class="slot"><a href ="boysToys.html"> <p>Boys Toys</p></a> </div> <div class="slot"><a href ="girlsToys.html"><p>Girls Toys</p></a> </div> <div class="slot"><a href ="teens.html"><p>Teenagers</p></a> </div> <div class="slot"><a href ="outdoor.html"><p>Outdoor Toys</p> </a> </div> <div class="slot"><a href ="computerGames.html"><p>Computer games</p></a> </div> </div>

New Topic/Question
Reply


MultiQuote




|