From Htmlpedia
Contents |
[edit]
HTML Element head
[edit]
Definition and Usage
The <head> tag is a container for elements such as the <title> tag, and can contain references to CSS Stylesheets, javascript files, and many <meta> elements.
[edit]
Examples
<head> <title>HTML head - Htmlpedia</title> </head>
[edit]
Attributes
[edit]
Optional attributes
none
[edit]
Standard Attributes
none
[edit]
Event Attributes
none
[edit]
Tags in Tag
<title> tag, <meta> tag, <link> tag
[edit]
