HTML title tag is must for Search Engine Optimization and it gives title to your web page.
The HTML title tag must be used inside the head tag.
The title of the page is displayed on the title bar of the browser.
Example
<!DOCTYPE html>
<html>
<head>
<title>This is Evon Tech.</title>
</head>
<body>
<p>Welcome to Evon Tech Dehradun</p>
</body>
</html>
0 Comment(s)