where does the title go in the htmlm code example
Example 1: title tag html
<title>Title to appear in the browsers tab of the page</title>
Example 2: html title
<head>
<title>This is the title of the Website</title>
</head>
<title>Title to appear in the browsers tab of the page</title>
<head>
<title>This is the title of the Website</title>
</head>