HTML Codes and Examples
www.tagindex.net
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>