How to use title tag


<title>

All Tags not showing in online page, but show on view source.

<!DOCTYPE html>
<html>
<head>
<title>Title of the your website</title>
</head>
<body>
The content of the your website
</body>
</html>

Code show like this:

The content of the your website

Browser Support

The <!title> tag is supported in all major browsers.

What is title tag

titile tag used to website title. title tag used to into head tag.

Leave a Reply

Your email address will not be published. Required fields are marked *