Closing tag issues

Tell us what’s happening:
I’ve been having issues with closing tags it seems, it is not the first time but after trying to solve it on my own I’m ready to ask for help if anyone is so kind to take the time, the code in general seems fine but the test keep saying i need a closing tag although the tag is there. Maybe its its something really simple damn near slapping me in the face i can feel it but i can’t seem to see it…please help :pleading_face:

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>
<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 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36.

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

You mistyped audio html element . <Audio -> should be <audio

1 Like

Thank you sooo much!! :exploding_head::partying_face: