head
Content model that is combined with a single title and an optional base elements in any order.
HEAD Tag#
A HEAD tag contains a single TITLE and optional base elements in any order. Base elements include link with references to css and script with references to javascript files. HEAD element also includes metadata tags that define the contents of the page. The HEAD element does NOT represent view as its sibling BODY does.
Attributes are:
| Attribute | Description | Default Value | Values | Required |
|---|---|---|---|---|
| lang | language code (backwards compatible) | no | ||
| dir | direction for weak/neutral text | ltr,rtl | no | |
| id | no | |||
| profile | a Uniform Resource Identifier, see [RFC2396](http://www.ietf.org/rfc/rfc2396.txt) | no |
Example:
<head lang="en-US">
</head>