Zersiax's screen reader challenge

Tell us what’s happening:

it is saying that I need to copy the link in the directions exactly which I did with copy and paste but it keeps saying it is wrong. anyone else have this issue?

Your code so far

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

<audio controls>
<source scr="https://s3.amazonawx.com/freecodecamp/screen-reader.mp3" type="audio/mpeg" />
</audio>
</main>
</body>

body>

Real Coding Ninjas

A sound clip of Zersiax's screen reader in action.

this is my code so far

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).