what is head in html code example
Example 1: metadata html
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Example 2: metadata html
<meta name="author" content="John Doe">
Example 3: head tag html
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>
Example 4: html
<head></head>