What am i doing wrong?

Make the text freeCodeCamp.org into a link by enclosing it in an anchor (a ) element. The href attribute should be set to https://www.freecodecamp.org .

here is my solution:

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

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-64

Isn’t there supposed to be a p element?

hello and welcome to fcc forum :slight_smile:

  • do you have a question? other than i assume you just included “a” tag from that given “p” tag

happy learning :slight_smile: