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…
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
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
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.