What Is the HTML Tag/Element

Q

What Is the HTML Tag/Element? - XHTML 1.0 Tutorials - Document Structure and Head Level Tags

✍: FYIcenter.com

A

The html element is the first element you need to learn. The html element is used to enclose the entire HTML document. Here are some rules about the html element:

  • The html element is the only top level element. The html element is also called the root element.
  • The html element must contain the entire XHTML document. No other text or elements can be placed outside the html element.
  • The html element must be coded with the html opening tag, <html>, and the html closing tag, </html>.

2007-05-12, 4531👍, 0💬