head element
Provides information about the HTML document.
The head element contains information about the document.
In a document head section you can set the document title, the keywords, styles, information for search engines, etc.
The possible elements within the head tag are:
base, bgSound, link, meta, script, style and title.
If you want to see the HTML tags by categories, please visit this page.
This element requires a closing tag.
JavaScript page for this element: head. |
Possible members:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Example HTML code 1:
This example illustrates the use of the head element:
|
|||
<head> <meta http-equiv="Refresh" content="2" /> <meta http-equiv="Expires" content="Tue, 20 Aug 2020 14:25:27 GMT" /> <title>Document</title> <base href="http://www.dottoro.com/" /> </head> |
|||
|
|||
Did you find this example helpful?
|
Related pages:
External links:
User Contributed Comments