Learn Accessibility by Building a Quiz - Step 7

Tell us what’s happening:
I feel that I have the correct code but it keeps giving me error messages. I have looked on other sites to make sure I have opened and closed elements correctly but everything says it is right. Can anyone tell me what is wrong or if there is a mistake?
Your code so far

<header>
  <img src:"https://cdn.freecodecamp.org/platform/universal/fcc_primary.svg" id="logo" />
  <h1>HTML/CSS Quiz</h1>
  <nav></nav>
</header>

NVM I finally found the issue. Don’t use : when you need =

1 Like

Welcome to the forum. I was just responding with that direction. Great job of finding it yourself.
Happy coding! :slight_smile: