Learn Intermediate CSS by Building a Cat Painting - Step 1

It’s showing your body element should come after head element ? i mean wtf I’ve already written here but again showing same error, is there any issue with editor…:thinking::thinking:

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <title>CatPhoto</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/122.0.0.0 Safari/537.36

Challenge Information:

Learn Intermediate CSS by Building a Cat Painting - Step 1

You title text is not correct.

1 Like

every thing is correct man, just in this step the system is not saying me to add meta property… that’s why it was showing error cauz i added meta earlier than i had to

Well. Then pass the step.
@tylerdude877

For the step you only need to do this:

Begin with the basic HTML structure. Add a DOCTYPE reference of html and an html element with its lang attribute set to en. Also, add a head and a body element within the html element.

You didn’t need to add any other element and text.

well i had already done all projects that is in responsive web design, if u need help in any projects then u can ask me man…

well thanks for your reply…

and well meta is important too, but not here but in real world projects…

Then why you created topic for the challenge step.?

1 Like

You can say that, i was stuck on that and i solved my problems by own

Very good. Keep it up, happy Coding!

thanks man,

you too happy coding!

1 Like

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