generate head script for website code example
Example 1: metadata html
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Example 2: head tag html
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>