Audioaudioaudio question

Tell us what’s happening:
No pass.Ti’s a question.

Your code so far


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



</main>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36.

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

<audio controls><source src="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg" > </audio>

<source> tag does not close

But, it sitll says “Your code should have one audio tag.”.

I used the same code and passed the test

@lgtuzi, if you’re still having this issue please try resetting the lesson and clearing your browser cache.
Try another browser like Chrome or Firefox.

I pasted and tried your code and it does pass all the tests successfully.