How The html tags should wrap around one h1 element

Tell us what’s happening:

Your code so far


<html>
    <!DOCTYPE html>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/declare-the-doctype-of-an-html-document/

Hey @raj552,
<!Doctype html> is added at the top of the page and after that html tags are entered.
Wrapping html tags around h1 tag means h1 tag should be inside html tag.
Try solving now.