html head metatags code example
Example 1: html meta
<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>
<meta
name="viewport" content="width=device-width, initial-scale=1.0">
<html>
<head>
<title>I am a title so i got to be in head</title>
</head>
</html>