Tell us what’s happening:
Describe your issue in detail here.
I’m working on an HTML assignment, and I need to place the text TODO: Add link to cat photos exactly above the
tag, as instructed. The problem is that, even though I have correctly placed the text above the P tag, I still receive an error message from the system.
The error message states that my comment is incorrect, even though it is exactly as requested. I can see the comment on the frontend, but the system doesn’t seem to accept it. How can I ensure that the system recognizes my comment as correct?
Your code so far
<html>
<body>
<!--TODO:Remove h1-->
<h2>Cat Photos</h2>
TODO: Add link to cat photos.
<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: