<nav>
<p>
<a href="index.html">Home</a> ❊
<a href="codingProjects.html">Coding Projects</a> ❊
<a href="trackStar.html">Track Star</a> ❊
<a href="hbcuLife.html">HBCU Life</a> ❊
<a href="contactPage.html">Contact Page</a>
</p>
</nav>
I see no obvious reason why they would not be clickable.
There must be more to it, such as CSS placing something over or the menu.
Do you mind if I send you the whole file and you take a look at it?
Strangest thing, when I paste my code in Codepen the links work, but they don’t work when I open the HTML doc to preview the website. Going to start using Codepen for my web previews, thank you Sam!