Read Books Online Free | Alphabetical Index

HEAD tag

The <head> tag defines information about the HTML document. Information stored in the <head> tag is used primarily by machine processing functions, but some information is available for the user to see such as the <title> element.

Attributes

Typical usage

<head>
…
<title> … </title>
…
</head>