Best wishes! I created a html-css navigation bay with the following features:
<ul class "nav">
<li><a href="# n a"> Home </a></li>
<li><a href="# n b"> Contacto </a></li>
</ul>
But my problem is that I can not get the user to access the Home Page by clicking the Home button. What is missing so that the "Home" bay renders the main page? Help, please. Thank you all.