<head> html code example
Example 1: metadata html
<meta name="description" content="Free Web tutorials on HTML and CSS">
Example 2: link meta css
<link rel="stylesheet" href="mystyle.css">
Example 3: metadata html
<meta http-equiv="refresh" content="30">
Example 4: head tag html
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>
Example 5: html
<head></head>