Declare the Doctype of an HTML Document (2)

Tell us what’s happening:

I’m still geting an error message saying the “html tags should wrap around one h1 element”…It looks like my code has that to me-What am i missing?

Your code so far


<!DOCTYPE html>
<html>
</h1> Nicole is da bomb-diggity</h1>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 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/

You have a typo here, you have to write

<h1>Nicole is da bomb-diggity</h1>

Ahh yes…Thank you Randore