HTML: / Home / BodyTag

The Body Element

The Document Element contains the Body Element. It begins with the <body> tag and ends with the </body> tag.

  <!DOCTYPE html>
  <html lang="en">
  <body>
    
  </body>
  </html>

There is usually only one Body Element in a Document Element and it contains the other elements that describe the structure and content of the document.

Usually the Body element is not indented.

More about Files

<- Document            Paragraph ->
7BodyTag