| You are here: NetStrider » Tutorials » HTMLRef » Commands » HEAD « |

|
|
<HEAD> Command |
|
|
Command Syntax:
<HEAD>
The <HEAD>
command defines, sets global display parameters for, and contains the HTML Document Head Segment.
The Head Segment contains a number of special commands, summarized below, that set Internet environmental parameters for the document and convey important information
about the document to the Internet, the browser and the Internet search engines.
None of the contained HTML code is interpreted and displayed by the browser except for
the Document Title defined by the <TITLE>
command.
A minimal Head Segment should contain at least a document <TITLE>
in order that the document may be citable.
Head Segment Attribute Command Summary:
The so-called meta tags declare information about the document to the Internet,
the browser and Internet search engines.
Defines the Document Title which is displayed in the application title bar of the
browser. This must match exactly the first visible heading of the
document in order for it to be citable.
Example:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
|
|||
| Return to Section E:H |