From Htmlpedia

Jump to: navigation, search

Contents

HTML Element head

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.


Examples

<head>
<title>HTML head - Htmlpedia</title>
</head>

Attributes

Optional attributes

none

Standard Attributes

none

Event Attributes

none


Tags in Tag

<title> tag, <meta> tag, <link> tag

References


Back to HTML Elements

Personal tools