How to write the "audio/mpeg" tag?

Tell us what’s happening:

How to write the “audio/mpeg” tag?

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" and type attribute set to "audio/mpeg" type="audio/mpeg"/>


</audio>


</main>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36.

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

1 Like

I have done it. I watched and listened again the video and I understood what was missing.

hi, maybe you want to share what exactly the problem and the solution was, then others can learn from it. :slight_smile:

it was about writing type=“audio/mpeg” in the audio controls and source src tag. It was not showing up in the video. But he was saying that, I found out about it when I listened again the video.