Using UL or OL (Unordered Lists/Ordered Lists) for your navigation will
be much more semantically correct than simply putting your anchor tags
from your menu into divs by themselves, separated by BRs (breaks):
be much more semantically correct than simply putting your anchor tags
from your menu into divs by themselves, separated by BRs (breaks):
Code:
<ul>
<li><a href="somewhere.php" title="Going somewhere">Lets go</a></li>
</ul>