Problem while Running

Tell us what’s happening:
when testing the code then got a prompt that:

"HTML tags should wrap around one h1 element."


**Your code so far**

  
```html

<!DOCTYPE html>
<html>
<h1> This website is awesome<h1>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36.

Challenge: Declare the Doctype of an HTML Document

Link to the challenge:

Hello~!

Your closing <h1> tag is incorrect. Fix this and you will pass the tests. :slight_smile:

2 Likes

Thanks for your support:-)

1 Like