Let's say I have a set of links, can I use <div>
instead of <nav>
?
<div>
<ul>
<li class="head_divider">...</li>
<li class="head_divider">Text<br />Here</li>
<li class="head_divider">...</li>
</ul>
What is the difference between the two? they yield the same format/answer for me