Tell us what’s happening:
Describe your issue in detail here.
the challenge is to declare doctype of an html document
i wrapped 1 h1 between an opening and closing html tag.
ive done everything it has asked me to do but its not right.
what am i doing wrong
**Your code so far**
<!DOCTYPE html>
<html>
<h1> hello!
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Safari/537.36
Challenge: Declare the Doctype of an HTML Document
Here is how to write code in the forum.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
(don’t forget your closing tag.)
These challenges can be very strict or very specific. Be sure to proof read your code against the tests pass or no pass standards at the very bottom left of the challenge over view.
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.