what does head mean in html code example
Example 1: head tag html
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>
Example 2: html
<head></head>
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>
<head></head>