<title>
Browser |
|
---|
The TITLE element defines the title of a document.
This element is placed inside the HEAD element.
<title>TAG index</title>
Example
<html>
<head>
<title>Document Title</title>
</head>
<body>
</body>
</html>
Browser |
|
---|
The TITLE element defines the title of a document.
This element is placed inside the HEAD element.
<title>TAG index</title>
<html>
<head>
<title>Document Title</title>
</head>
<body>
</body>
</html>