Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:
I want to warp the link around the text freecodecamp
Your code so far

<a href="https://freecodecamp.org"> freeCodeCamp <br /> <a/>

Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 44

Link to the challenge:

You should wrap the anchor tags tightly (i.e. no spaces) around the text ‘freeCodeCamp’. The <br /> should be outside of the anchor element (i.e. following the closing a tag).

2 Likes

Also close your anchor tag properly. It’s </a> not <a/>

1 Like

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