What is the name of the tag that is used in a document's <head> area to set the text shown in the tab of the browser or title bar? code example
Example 1: title tag html
<title>Title to appear in the browsers tab of the page</title>
Example 2: change the title in html using
document.title = "My New Page Title";