where to place meta description in head html code example
Example 1: metadata html
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
Example 2: head tag html
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>