Correct URL audio

Tell us what’s happening:
Describe your issue in detail here.
Hi. The issue is that the URL doesn’t match the one on the example. Even though I copy and paste it in my code directly from the URL in the example. Maybe there’s a nuance I’m missing. Maybe there’s a bug. But I’m stuck. Please help!

  **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 id="screenReader" controls>
    <source scr="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/93.0.4577.82 Safari/537.36

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

Hi, @camilo.chaves.h . Welcome to the freeCodeCamp forum. Maybe I can help you on this one. The “source” of the audio is reached using the attribute “src”. Can you notice anything different on your code? Regards.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.