Semantic-html-nyc-blog question

https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-fundamentals-of-html/modules/wdcp-22-semantic-html-44fa9550-9f1e-49de-b4d6-295acba84038/projects/semantic-html-nyc-blog

What should the ID be?

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.

1 Like

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 :slight_smile:

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.