Accesibility course

I am having problems with the screen reader code the link part as even though its the correct link it says it is incorrect. I have enclosed my code below.

<audio controls>

<source scr="https://s3.amazonaws.com/freecodecamp/screen-reader.mp3"

type="audio/mpeg".</audio>

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 (’).

Hi @ellisnat36 !

Welcome to the forum!

It would help to see a link to the challenge you are working on.

Also you have a typo here

It should be src.

And you are missing a > here

I assume this is the challenge you are talking about, your link is correct but your syntax is not.

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