Build a Multimedia Player - Build a Multimedia Player

Tell us what’s happening:
Describe your issue in detail here.

It says the label attribute needs to describe the language which i set to en yet im still getting an error.

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>Multimedia Player</title>
</head>
<body>
<h1>t</h1><section><h2>audio</h2><audio controls aria-label="g" type="audio/mpeg"><source type="audio/mpeg" src="https://cdn.freecodecamp.org/curriculum/js-music-player/sailing-away.mp3"></audio></section><section><h2>video</h2><video controls aria-label="g" width="1000"> <source type="video/mp4" src="https://cdn.freecodecamp.org/curriculum/labs/what-is-the-map-method-and-how-does-it-work.mp4"><track kind="subtitles" srclang="en" src="https://cdn.freecodecamp.org/curriculum/labs/what-is-the-map-method-and-how-does-it-work.vtt" label="en"></video></section><section><h2>transcript</h2><p>The Transcript</p></section>
</body>
</html>

Your mobile information:

SM-S918U1 - Android 16 - Android SDK 36

Challenge: Build a Multimedia Player - Build a Multimedia Player

Link to the challenge:

Welcome back to the forum @kittenlove,

Your solution works from my end. 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), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

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

I hope one of these will work for you.

Happy coding

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