explanation of doctype html, html, head, meta, title 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>