Skip to content

Complete the HTML Document

Fill in the BlankBeginner

Question

Fill in the blank with the tag that wraps all visible page content.

Code

                  <html>
  <head>
    <title>My Page</title>
  </head>
  <___>
    <p>Hello world!</p>
  </___>
</html>
                

Related Resources

Related Lessons

  • HTML

    Learn HTML structure and tags.

Related Cheatsheets

Look up unfamiliar terms

A beginner-friendly glossary explains jargon in plain English — variables, functions, DOM, Promise, and more.

View glossary

Decode error messages

Plain-English explanations of common errors — what they mean, why they happen, and how to fix them.

View errors

Build real projects

Apply what you learned by building guided projects with starter code and solutions.

← Back to topic