[SOLVED] Your code should have one audio tag

I don’t know if this a duplicate post or not, but I’ve searched the forums and couldn’t find the solution

<body>
  <header>
    <h1>Real Coding Ninjas</h1>
  </header>
  <main>
    <p>A sound clip of Zersiax's screen reader in action.</p>
    <audio controls>
      <source src="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg" />
    </audio>
  </main>
</body>

Link Here

As you can see from the preformatted text above, I have created an audio tag but it keeps saying “Your code should have one audio tag”.
I’m pretty sure there are no mistakes.

Please Help.

Go head and post your code formatted with a link to the exercise.

Screenshots are discouraged when asking for help on this kind of exercises.

sorry, first time posting

For next time:
on the challenge itself there is a button you can click to ask for help, and that will automatically create a forum post like this but with your code in it so we can help debug it easier.

I think your quotes around the src and type attributes are not correct, usually happens when you copy/paste. Delete them and type them in manually

Thank you the reply,

I just did the whole thing manually, and it still no luck.

Your code passes for me.

Try using chrome.

I am using chrome :frowning:

yeah, your code is correct so you can just move on to the next challenge if the tests won’t pass

Okay… Thank you so much.