Build a Quiz Webpage - Step 44

Tell us what’s happening:

My wrapped link ( element) is returning the error message "you should wrap the element with the text freeCodeCamp.

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->
        <a href="https://freecodecamp.org"> freeCodeCamp</a><br />
<!-- User Editable Region -->
/* file: styles.css */

Your browser information:

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

Challenge Information:

Build a Quiz Webpage - Step 44

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-accessibility-quiz/6145fb5018cb5b100cb2a88c.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @misturaoyelami22001,

Try removing the space after the opening a tag.

Happy coding