Responsive web design step 63

Test

Sorry, your code does not pass. Keep trying.

Hint

After nesting the anchor ( a ) element, the only p element content visible in the browser should be No Copyright - freeCodeCamp.org . Double check the text, spacing, or punctuation of both the p and nested anchor element.

Can you post your code, I can’t help you without looking at your code.
It would also be good if you can post the link to the step

You need to give the anchor tag inside the p tag. Inside the p tag give No Copyright - then start your anchor tag here with href (the link should be given in the challenge description). then inside the anchor tag give the rest of the content. i.e, freeCodeCamp.org then close the anchor tag and p tag. Hope this helps if it doesn’t then please add your code.

<p>No Copyright - <a href="http://www.freecodecamp.org">freeCodeCamp.org</a></p>

i did <//a> for you to see the code

The href link is https not http

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