What should the ID be?
- Blog
- Media
- About
- insert_item_name
Thank you
Hi,
Linking the project does not show us what code you’ve written. Thus, we cannot see which element’s id you’re talking about. Please either post some formatted code, using the </> button in the post editor, or give us some more context, and then we’d be happy to help you.
Mine is built like so:
<section id="nav">
<nav>
<ul>
<li><a href="#blog">Blog</a></li>
<li><a href="#media">Media</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav>
</section>type or paste code here
Not sure what you are seeing on yor end but thats how i did mine
And what element’s id are you asking about in that code?
I am past that now and can’t get back to that at this time. Thank you
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.