Problem with the answer

Tell us what’s happening:
i keep getting an error sayin h1 needs to be wrapped aroung the i dont get it, i even checked the vid and its the same

Your code so far


<!DOCTYPE html>
<html> 
<hi>bougabouga</hi>
</html> 

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Declare the Doctype of an HTML Document

Link to the challenge:

You have an hi element?

thats whats asked for. a h1 element with any text nested in an html

here is what is asked " Add a DOCTYPE tag for HTML5 to the top of the blank HTML document in the code editor. Under it, add opening and closing html tags, which wrap around an h1 element. The heading can include any text."

nevermind i found the problem… instead of "facepalm’

1 Like