1<head>
2 <title>My page title</title>
3</head>
4<script>
5 document.title = "My new title";
6</script>
1/*Title popup*/
2
3<body>
4 <p title="Popup here">hover me!</p>
5</body>
6
7/*Tab title*/
8
9<head>
10 <title>This is the tab title</title>
11</head>