Accessibility Quiz Step 7

Link: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-7

I’m a bit confused here.
This lessons seems to be based around SEO right?
But from what I understand, nesting a nav element in a header element isn’t very helpful to screen readers correct?

Inside the header they want you to create an img element which point to https://cdn.freecodecamp.org/platform/universal/fcc_primary.svg with an id set to logo .
h1 element should contain the text HTML/CSS Quiz
And last the nav element.

<img src="https://cdn.freecodecamp.org/platform/universal/fcc_primary.svg" id="logo" >

< h1 >HTML/CSS Quiz< /h1 >

< nav >< nav >

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.