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>
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>
Isn’t there supposed to be a p
element?
hello and welcome to fcc forum
happy learning