<HTML>
Elements
Element | Name | Description |
---|---|---|
<html> | HTML | Represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element. |
<head> | Head | Contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets. |