what is head on html code example
Example 1: metadata html
<meta name="description" content="Free Web tutorials on HTML and CSS">
Example 2: head tag html
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>
<meta name="description" content="Free Web tutorials on HTML and CSS">
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>