Tell us what’s happening:
Describe your issue in detail here.
Problem:
In “Learn HTML by Building a Cat Photo App - Step 4”, I get the following error:
“Your code should not have extra opening/closing comment characters. You have an extra displaying in the browser.”
Earlier, I got a different error: “The sentence must be copied exactly.” But the text was correct. Someone on the forum advised me to add comment tags () so that the text would be visible on the frontend.
However, now I get an error saying that these comment tags are incorrect. So the issue remains.
What I tried:
Copied the text exactly.
Added and removed comment tags.
Still getting the same errors.
I am using:
Android 10 (SNE-LX1, SDK 29).
Any ideas on how to fix this? Thanks in advance!
Your code so far
<html>
<body>
<!--TODO:Remove h1-->
<h2>Cat Photos</h2>
<!--TODO: Add link to cat photos.h1-->
<p>Everyone loves cute cats online!</p>
</body>
</html>
Your mobile information:
SNE-LX1 - Android 10 - Android SDK 29
Challenge: Learn HTML by Building a Cat Photo App - Step 4
Link to the challenge: