lgtuzi
April 17, 2020, 9:14am
1
Tell us what’s happening:
No pass.Ti’s a question.
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>
<body>
<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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36
.
Challenge: Improve Accessibility of Audio Content with the audio Element
Link to the challenge:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
<audio controls><source src="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg" > </audio>
<source>
tag does not close
lgtuzi
April 17, 2020, 9:23am
3
But, it sitll says “Your code should have one audio
tag.”.
I used the same code and passed the test
Roma
April 17, 2020, 12:17pm
5
@lgtuzi , if you’re still having this issue please try resetting the lesson and clearing your browser cache.
Try another browser like Chrome or Firefox.
I pasted and tried your code and it does pass all the tests successfully.