Hello,
This is my first time posting here.
I just started trying to learn how to code, and im very confused at this part.
Inside the footer
, add a p
element. Then, nest an anchor (a
) element in the p
that links to https://www.freecodecamp.org
and has the text Visit our website
.
This is the code that i wrote. It will not display “Visit our website” as a link, just plain text.
<p><a herf="https://www.freecodecamp.org">Visit our website</a></p>
This code however i found on this forum and if i copy it, it works and displays the link.
---<p><a href="https://www.freecodecamp.org">Visit our website</a></p>---
I really cant spot the diffrence, is anyone here able to explain this to me ?
I do not want to copy someone elses code to pass this, rather understand were my mistake is.
Thank you
Edit: apperantly im such a newb i can’t eaven display the code here, and here both seems to work but, thats not the case on the task.