Tell us what’s happening:
I have done what is has asked and I have checked out with the below code. It passes on Youtube when others have done it but it says that this does not pass on the site???
CatPhotoApp
Cat Photos
See more cat photos in our gallery.
Your code so far
<!-- User Editable Region -->
<html>
<body>
<Main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
</Main>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 5