Build a Multimedia Player - Build a Multimedia Player

Tell us what’s happening:

when I say ctrl+enter it says something went wrong please try thing…

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>multimedia palyer</h1>
  <section>
    <h2>baby</h2>
    <audio controls="" aria-label="multi-meida is great"  >
      <source src="audio-3.mp4" type="audio/mpeg">
    </audio>
  </section>
  <section>
    
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Multimedia Player - Build a Multimedia Player

Hi.
It displays the necessary hints on my side. Can I see a screenshot maybe?

Welcome to the forum @filimonmolla79

Here is a recent post you may find helpful.

Happy coding