Please how do I write the code so that “No” will be included in the footer element
<footer><p> <No Copyright - freecodecamp.org></p>
</footer>
Please how do I write the code so that “No” will be included in the footer element
<footer><p> <No Copyright - freecodecamp.org></p>
</footer>
Can you explain why you put a <
before No
and a >
after freecodecamp.org
?
I put it because i have done so in a previous code and the code passed. Tell me how to fix it, I don’t know better.
It isn’t what you did here:
Wow! Silly me. Thank you
Sometimes you just need your memory jogged. Good work getting it working!