HTML <title> tag
Usage
Sets the web page title, which will be displayed in the title bar of the web browser. Must go in the <head> section of the document.
Example
Code:
<head>
<title>HTML and CSS Tutorials</title>
</head>
Required Attributes
- none
Optional Attributes
- none