Accesibilidad del contenido de uadio

Tell us what’s happening:

alguien que me ayude con la etiqueta src que dice que no coincide

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="s3.amazonaws" controls>
<source src="audio/screen-reader.mp3"type="audio/mpeg"/>
<sorucce src="audio/s3.amazonaws.com"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/81.0.4044.138 Safari/537.36.

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

Hola.

  1. Check your second tag <source> :wink:
  2. You need to point to the resource, in the second tag you only have the url

Tell us what happened later :slight_smile:

estaba leyendo y dice que solo una source etiqueta debe de haber, por lo cual el unico punto que debo de pasar es que el atributo de la src etiqueta debe coincidir con el del enlace de las instrucciones

Hey @armane15,

Me no hablan bueno espanol, yo no pensar nadie en FCC hablan espanol bueno. Tu hablan en ingles para que podamos entender?

i need help with this
The value of the src attribute in the source tag must exactly match the link in the instructions

Hey @armane15,

The challenge asks you to create 1 (one) <source> tag with a src attribute of https://s3.amazonaws.com/freecodecamp/screen-reader.mp3. It looks like you have 2 <source> tag and one of them have a typo. Delete the second one, and just simply change the first src="" of the first <source> into this: https://s3.amazonaws.com/freecodecamp/screen-reader.mp3

En Espanol:
Hola @armane15,

El desafío le pide que cree 1 (una) etiqueta <source> con un atributo src de https: // s3.amazonaws.com / freecodecamp / screen-reader.mp3. Parece que tienes una etiqueta 2 <source> y una de ellas tiene un error tipográfico. Elimine el segundo, y simplemente cambie el primer src =" " del primer <source> en esto: https: // s3.amazonaws.com / freecodecamp / screen-reader.mp3

does not work already check three times and nothing