<head>
<title>My page title</title>
</head>
<script>
document.title = "My new title";
</script>
/*Title popup*/
<body>
<p title="Popup here">hover me!</p>
</body>
/*Tab title*/
<head>
<title>This is the tab title</title>
</head>
<title>Title to appear in the browsers tab of the page</title>
<html>
<head>
<title>This is title in HTML</title>
</head>
</html>
<head>
<title>This is the title of the Website</title>
</head>
In your <head> tag, add:
<title>My Epic Title Name</title>
<title>Website Title</title>
## DISPLAY TOOLTIP IF LINK IS HOVER
<a href="youtube link" title="My Youtube Channel">Youtube</a>
NOTE: CAN ALSO BE USED IN DIFFERENT HTML TAGS
<title>Grandma's Heavy Metal Festival Journal</title>
document.title = "My New Page Title";
<head>
<title>This is your webpage title</title>
</head>
<title>This is the title</title>