Declare the Doctype of an HTML Documentk'

Tell us what’s happening:

Your code so far


<!DOCTYPE html>
<html><hi>ass<h1><html>


 

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 UBrowser/7.0.185.1002 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’re missing 2 slashes in your code.
When you start a new html block, you start it like this <html> but you have to end it like this </html>
same goes for the <h1>.

hope this helps.