Build an HTML Audio and Video Player - Build an HTML Audio and Video Player

Tell us what’s happening:

Getting error when running tests for this excersice, saying I should contact support

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>HTML Audio and Video Lab</title>
</head>
<body>
<h1>HTML Audio and Video Lab</h2>
<section>
  <h2>What is the map method and how does it work</h2>
  <video controls width="640">
    <source src="https://cdn.freecodecamp.org/curriculum/labs/what-is-the-map-method-and-how-does-it-work.mp4" type="video/mp4">
  </video>
</section>
<section>
  <h2>Sailing Away</h2>
  <audio loop controls src="https://cdn.freecodecamp.org/curriculum/js-music-player/sailing-away.mp3">
  </audio>
</section>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0

Challenge Information:

Build an HTML Audio and Video Player - Build an HTML Audio and Video Player

Please try one of the following steps to move forward.

Click on the “Restart Step” button and force a refresh of your page with CTRL + F5 then try to paste the code in again.

or - Try the step in incognito or private mode.

or - Disable any/all extensions that interface with the freeCodeCamp website (such as Dark Mode, Ad Blockers, or Spellcheckers).

or - Ensure your browser is up-to-date or try a different browser.

I hope one of these will work for you. If not, write the email as written in the message you get.