- Joined
- Aug 17, 2024
- Messages
- 2
- Reaction score
- 0
Hello all,
Just a quick question. I am trying to teach myself some programming and am currently working on some HTML stuff on freecodecamp. The directions for the project instruct me to turn the text (cat photos) within a p element into a link. This is what I have:
<p>See more <a
href="https://freecatphotoapp.com"> cat photos</a> in our gallery.</p>
I ran it through an HTML validator, and it worked there, but it still isn't working on free code camp. Anyone have any suggestions?
Just a quick question. I am trying to teach myself some programming and am currently working on some HTML stuff on freecodecamp. The directions for the project instruct me to turn the text (cat photos) within a p element into a link. This is what I have:
<p>See more <a
href="https://freecatphotoapp.com"> cat photos</a> in our gallery.</p>
I ran it through an HTML validator, and it worked there, but it still isn't working on free code camp. Anyone have any suggestions?