Learn Intermediate CSS by Building a Cat Painting - Step 1

Tell us what’s happening:

Describe your issue in detail here.
everything is proper according to me, still showing some error realted to head and body element

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
  <html lang="en">
    <head>
      <title>
        Cat painting
      </title>
      </head>
      <body>
        </body>
    </html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Learn Intermediate CSS by Building a Cat Painting - Step 1

Hey, Just try to get rid of the title for now and proceed with body and head only. It worked on my end if you just remove the title element

delete comments and try agen

done,removed everything except instructed items.
thank you !

don’t have comments in actual code; it’s for here only.
thank you !

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.