Tell us what’s happening:
I do what I’m supossed to do, but it just doesn’t work. The system tells me that is in the wrong order and the code must be under the P element, which I do and still get the same message.
Your code so far
<html>
<body>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- User Editable Region -->
<p>Everyone loves cute cats online!</p>
<!--TODO: Add link to cat photos-->
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 4