Tell us what’s happening:
It is not passing this code.
Your code so far
<!-- User Editable Region -->
<!DOCTYPE html>
</html>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15
Challenge Information:
Build a Bookstore Page - Step 1
Welcome to the forum @anshigoyal10 !
When a task asks you to create an element, you need opening and closing tags as well.
Void elements are exceptions.
I recommend reading the previous lectures again to deepen this context.
Hi Buddy, Here you’re guided to add the Html element and Head element inside your html element inside your code editor.
In order to make this task done you need to frame this in a correct way.
Code can’nt we write here but you need to put things as they need to be first DOCTYPE html element should be there.
Second you need to put the html element
Third inside it you need to put the head element
When you do all the stuff then you will be able to pass this test.
Hope this helped you.