Build a Cat Blog Page - Step 1

Tell us what’s happening:

I didn’t understand the question can it be more clear to understand

Your code so far


<!-- User Editable Region -->

<!DOCTYPE hmtl>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 1

Hi @hemajasree3 and welcome to our community!

The instructions ask you to:

To begin the project, add the <!DOCTYPE html> , and an html element with a lang attribute of en .

Below that instruction there is example code given which shows exactly how to do this.

You have added a DOCTYPE declaration but you have mistyped html as hmtl.
You also need to add the html element (as shown in the example code).

<!DOCTYPE html>
<html lang="en">
<!--all other elements go here-->
</html>

Hi Buddy, Here you need to put DOCTYPE Element, and lang element

Means you need to write this in your code section.