Stuck - Please Help with Audio challenge

Need help. challenge wont complete because it says im missing the closing Audio.
this is my code and it does have the closing Audio but challenge says it isnt, so im a bit confused.
.

<body>
  <header>
    <h1>Real Coding Ninjas</h1>
  </header>
  <main>
    <p>A sound clip of Zersiax's screen reader in action.</p>

    <audio id="Zersiax" controls>
      <source src="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3" type="audio/mpeg" /></audio>
    
    </main>
</body>

It can’t pass with the id="Zersiax" attribute in there.

1 Like

its kinda hippo-critical of the instructor giving an example of how its suppose to be coded,
but then they dont want you to place it within the code, and then they dont actually tell you they dont want you to include the ID tag in the code which they fail to inform the student. like this example they gave, informing people of how its suppose to be coded. then they wonder why people get confused…lol -here is their example.
.

<audio id="meowClip" controls>
<source src="audio/meow.mp3" type="audio/mpeg" />
<source src="audio/meow.ogg" type="audio/ogg" />
</audio>

they have to tell the student if they dont want certain things in the code, otherwise how am I suppose to learn…lol
anyways, thank you for helping me solve this :smiley: its very much appreciated :smiley: