-1
Greetings! I created an 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 cannot get the user to access the Main Page by clicking on the Home Stall. What’s left for the "Home" stall to render the main page? Please help. Thank you all.
A good start would be to remove the spaces within the
href
, and hit class syntax (does not interfere with navigation, but lacks a=
between theclass
and the"nav"
. This is assuming that your navigation is by JS, or a single page application. If it is multiple pages, you have tohref="nomedapagina.extensao"
, clear-cut.– Bacco
Thank you. But I’m still doubtful. I wouldn’t be more practical with an example?
– Ismael Evaristo
It would be yes, can [Dit] the question and put your current code (and mention the name of the archives and how are organized your pages) as an example, would help us post some precise answer.
– Bacco
Thank you to all who tried to help me. I have already found the answer to my question and I recognize that it was poorly formulated. Thankful.
– Ismael Evaristo
Ismael, you completely changed the question in the last issue, and so I reversed it. If you have a new question, please post a new question separately mind using the button you have at the top of the site. Thank you.
– bfavaretto