The task is to " 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 ."
This is the code I came up with: <p>No copyright-<a href="https://www.freecodecamp.org"> freeCodeCamp.org </a> </p>
Hi everyone, first attempt at coding and genuinely cannot figure out where i’ve gone wrong with this step. It looks like its fine on the preview. Help!
thanks in advance!