Looks like your missing just one element. You need to add some copy to the h1 tag. This may not solve your issue.
Sorry, it a type in your closing html tag.
You misspelled the closing html tag: should be </html>
You should get used to formatting the code, which is a huge help when there are unexpected results. Press Control + Shift + i when you’re on the FCC code editor.