Learn HTML by Building a Cat Photo App - Step 63

Does anyone else have a bug/issue with the text on step 63 (changing text to a link)

No Copyright - freeCodeCamp.org
Hint The link’s text should be freeCodeCamp.org. You have either omitted the text or have a typo.

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

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.

We probably need to see all of your HTML since just giving us the actual link might not show the real problem. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

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