Create an a element that links to http://freecatphotoapp.com and has “cat photos” as its anchor text.?
Hey, Please search in forum regarding your Problem then after it will post on the Forum.
You get help on previous post in forum also…
Happy coding …
This is still disturbing… You need an a element that links to http://freecatphotoapp.com
Try using <a href = "specified_link"> requested text </a>
Am still having problem with this …You need an a element that links to http://freecatphotoapp.com
It’d be better if you gave the link to the tutorial. Coding isn’t that difficult, it’s the difficulty that brings out the ‘sweetness’ of it, and makes you boldly tell people “dude, would you believe I actually wrote that code? ” So, don’t be discouraged no matter the circumstance.
Non the less, this is the solution below:
<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
<a href="http://freecatphotoapp.com"> cat photos </a>
<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>
<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>
</main>
You should mark solutions as spoilers in case others want to work things out themselves.
Ok thanks, how will I do that?
Click the settings cog icon
This?
Summary
what’s that?