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: