- Description
- Tag <HEAD> is used to hold the other elements, which aim is to help the browser with data work. There are also metatags in the package <HEAD>, which are used for the information storage, which is aimed for the browsers and search engines.
- The content of the tag <HEAD> is not displayed on the web page, except the tag <TITLE>, which determines the title of the web page window. It is admitted to place the following elements in the package: <BASE>, <BASEFONT>, <BGSOUND>, <LINK>, <META>, <SCRIPT>, <STYLE>, <TITLE>.
-
1
<head> ... </head>
- Parametrs
- Closing tag
- Is not optional.
- Parameters
- No.


