html div title attribute code example
Example 1: html title tag
<title>Website Title</title>
Example 2: html title attribute
<head>
<title>This is your webpage title</title>
</head>
<title>Website Title</title>
<head>
<title>This is your webpage title</title>
</head>