HTML5 Elements a element that links

Tell us what’s happening:
It says i need an a element that links to http://freephotoapp.com also cat photos as anchor but i got that.
my response <a herf=http://freecatphotoapp.comthis links to http://freecatphotoapp.com cat photos
please type what i need ,i tried everything for couple hours.

Your code so far


HTML
<h2>CatPhotoApp</h2>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
HTML-->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

Take out the extra line added to the top that has the word “HTML”
and take out the extra line added to the bottom too

can you please type the answer? a element that links to http://freecatphotoapp.com

ALso noticed that you added the second paragraph above the one provided when actually you were asked to add it after the given. You can reset the code using the reset button and try again to follow the instructions

Create a second p element after the existing p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Wrap the paragraphs with an opening and closing main tag.