- Description
- Defines the title of the document. Element <TITLE> is not a part of the document and is not shown on the page directly. The text of the title is imaged in the top left angle of the browser in the Windows environment. The only one tag <TITLE> is allowed to use in the document and locate it in the package <HEAD>.
-
1 2 3 4 5
<head> <title>Title</title> </head>
- Parametrs
- No
- Closing Tag
- Is optional.


