head
Definition
The head
element contains information about the current document, such as its title, keywords that may be useful to search engines, and other data that is not considered to be document content. This information is usually not displayed by browsers.
Example
<head>
<title>XHTML Reference</title>
</head>
Attributes
Advanced
profile
- (URIs) A space-separated list of unique names (in the form of URI) that help search engines, Web browsers and other devices determine how
meta
and link
elements are encoded.
Common internationalization attributes
xml:lang
- (NameToken) This attribute specifies the base language of an element's attribute values and text content.
dir
This attribute specifies the base direction of text. Possible values:
ltr
: Left-to-rightrtl
: Right-to-left
Contains