Tell us what’s happening:
"I encountered an error during code validation. Even though the
element is indented exactly 6 spaces, and the comment and
elements are properly aligned, the platform still shows the error message: ‘You should not change the indentation on the line with your h2 element.’ My code looks like this:
Cat Photos
Everyone loves cute cats online!
Your code so far
<html>
<body>
<!-- User Editable Region -->
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
</main>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 6