Document solution

how do i solve this???

  **Your code so far**

<!DOCTYPE html>
<html>

<h1>
</html>
</h1>
  **Your browser information:**

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

Challenge: Declare the Doctype of an HTML Document

Link to the challenge:

Hello columbuschidozie1,

It seems that the issue is this: The <h1> element is supposed to be inside of the <html> element; here, you had closed the <html> element before closing the <h1> element.

I hope this helps!

thank you,i already figured it out

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.