Title tag
Advertisements
Title Tag in HTML
<title> tag are used for provide the title of you web page. Title are show top of the web page. Title tag are most useful in case of seo. Using page title search engine easily find you page on web. Each page should have a unique title.
Example
<html> <head> <title>Tutorial4us Home</title> </head> <body> <p>My first web page</p> </body> </html>
Result
My first web page
Browser supported
Element | |||||
<title> | Yes | Yes | Yes | Yes | Yes |
Google Advertisment