I am just stuck in my code . it’s asking me to put below the p element , but I have done that . can anyone help me
Your code so far
<html>
<body>
<!-- User Editable Region -->
<main><CatPhotoApp>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p> see more photos in our gallery</p>
</main>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 5