<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!--TODO: Add link to cat photos.-->
<p>Click here to view more cat photos.</p>
</body>
</html>
Challenge: Learn HTML by Building a Cat Photo App - Step 4
CatPhotoApp
Cat Photos
Click here to view more cat photos.
It does say it should be above p element it is above.
it says it should contain :TODO: Add link to cat photos. well…
What is the problem here?
Thanks a lot…