I’m quite new to this and enjoying the project so far. It’s been going well, but step 14 has me stumped.
With the instructions being unclear, I had no idea I needed to put quotes around the value of the target attribute until I looked around here. I feel like I’ve done that part right, but I’ve been stumped so long I’ve muddied the waters and have no idea where I’ve gone wrong.
The hint says; Your p
element should have a nested anchor (a
) element with the text cat photos
. You may have deleted it or have a typo.
Any pointers to help me discover where I’ve gone wrong?
<p>Click here to view more
<a target="_blank" href="https://freecatphotoapp.com">cat photos </a>.
</p>