The HEAD tag defines an HTML document header. The header contains information about the document rather
than information to be displayed in the document. The web browser displays none of the information in the
header, except for text contained by the TITLE tag. You should put all header information between the
<HEAD> and </HEAD> tags, which should precede the BODY tag. The HEAD tag can contain TITLE, BASE, ISINDEX, META, SCRIPT, STYLE, and LINK tags. |