Name
head
Synopsis
<head>...</head>
Defines the head (also called the “header”) that contains
information about the document. Every head element
must include a title element that provides a description of the
document. The head element may also contain any of
these elements in any order: script,
style, meta,
link, object,
isindex, and base. The
head element does not contain any direct content,
but merely acts as a container.
Attributes
Internationalization(lang, xml:lang, dir)
-
profile="URLs" Provides the location of one or more predefined metadata profiles separated by whitespace that are used to define properties and values that can be referenced by meta elements in the head of the document,
relandrevattributes, and class names. This attribute is not yet implemented by browsers.