HEAD Element

The HEAD element is embeded in an HTML document before the BODY. It contains general information about the document.

It can be in:

It can contain:

Syntax:

<HEAD> ... </HEAD>

Example: