html head section 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>
Example 3: meta tag background
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">