Declare the Doctype of an HTML Document (urgent(?))

Tell us what’s happening:
Says that “The html tags should wrap around one h1 element.”
how i do that? dwb

Your code so far


<!DOCTYPE html>
<html>
<h1>U gay<h1>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 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 two opening h1 tags instead of an opening and closing tag.

1 Like

I fixet it, thank you uwu