The XHTML WYSIWYG Editor For Desktop & Web Applications

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

  1. <head>
  2. <title>XHTML Reference</title>
  3. </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-right
  • rtl: Right-to-left

Contains