html browser title code example
Example 1: html title
<head>
<title>My page title</title>
</head>
<script>
document.title = "My new title";
</script>
Example 2: html title attribute
<head>
<title>This is your webpage title</title>
</head>
Example 3: change html title
<title>This is the title</title>