HEAD TAG and ATTRIBUTES

<HEAD></HEAD>

This element indicates the document head that contains descriptive information about the HTML document as well as other supplementary information such as style rules or scripts.

The <HEAD> element must contain a <TITLE> element. It may also contain the <BASE>, <LINK>, <META>, <SCRIPT>, <STYLE> and <BGSOUND> elements.


ATTRIBUTES

NONE

EVENTS

NONE
Back to Top