Unable to pass this question for audio element

Tell us what’s happening:
I probably have messed up , big time.
can someone please check what’s wrong ?

Your code so far


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



</main>
</body>

Your browser information:

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

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

Remove the src attribute from the audio element and add source as a children of audio.

thank you so much.
I fixed it