Improve Accessibility of Audio Content never finishes running test

Tell us what’s happening:
Describe your issue in detail here.
I clicked “run the test”, but it never finishes running the test.

  **Your code so far**

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



</main>
</body>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13904.97.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.167 Safari/537.36

Challenge: Improve Accessibility of Audio Content with the audio Element

Link to the challenge:

Hi @amma.klingman,

When I run your code it passes on my side. I also checked the code and it’s fine. Try to refresh your page, and test again. Check also that you don’t have any extensions such as Adblock or Dark mode activated. The zoom of the page should be at 100%. If still it doesn’t work, verify if your browser is updated or just test on another browser. If you are on phone, check if the browser is updated too, and you can test on other browser.

Thank you, I was able to get it to accept it after I moved the

I’m not sure why that worked but in case anyone else has that issue.

Sorry the audio controls needed to be moved after the end paragraph.

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