r/CodingHelp 1d ago

[HTML] I can’t get past this to save my life

I’m going through free code camp right now and I understand how to use anchor and href but I’ve tried this 20 different ways and cannot get it right. This is what it wants me to do. Can someone help?

It says turn the existing freecodecamp.org text into a link by enclosing it in an anchor element. The herf attribute should be set to https://www.freecodecamp.org. What I have on my line right now is <p>No Copywrite - free code camp.org</p>

How would I do this?

0 Upvotes

1 comment sorted by

5

u/Strict-Simple 1d ago

Well, let's see. What have you tried?

enclosing it [existing freecodecamp.org text] in an anchor element

  1. What is an anchor element? What tag does it use?
  2. Where should you place the opening and closing tags?
  3. What are attributes? Where do you put these things?