Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML head definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: structural elements

Syntax

<head> ... </head>

Description

The head of a HTML document is a part where information such as title, keywords, descriptions and style sheets are in. Browsers do not generally render the information in the header.

The head element can only contain base, isindex, link, meta, object, script, style and title elements.

Attributes

Attribute Description
profile = uri Meta information.
lang = language-code  
dir = text direction Text direction.
  • ltr - left-to-right
  • rtl - right-to-left

 


  • Comments

No comments added.