Friday, July 1, 2011

head

HTML head Tag

The information on this page is based on HTML version 4.01 (which is the current version of HTML). The next version, HTML 5, is currently being written. Here's a list of HTML 5 tags.

The HTML head tag is used for indicating the head section of the HTML document.

The head can contain other HTML tags that provide information about the document such as title, description, keywords etc. Most of this information is not displayed in the browser (although the title usually appears in the browser's title bar) but can be useful for search engines etc. The head tag is placed between the <*html> and the <*body> tags.



<*!doctype html public "-http://dkdashing.blogspot.com/">
<*html>
<*head>
<*title>HTML head tag<*/title>
<*/head>
<*body style="background-color:orange">
Document content goes here
<*/body>
<*/html>


PLEASE Remove All Asterics *


Attributes specific to this tag:



Attribute------- Description
Profile------- Specifies the URI/URL of one or more meta data profiles.



Other Attributes:


Attribute----- Description
Lang----- Language code
Dir----- Specifies the direction of the text