how to change the title in html code example
Example 1: html title
<head>
<title>This is the title of the Website</title>
</head>
Example 2: html title tag
<title>Website Title</title>
Example 3: change the title in html using
document.title = "My New Page Title";