HTML
1
2
<html>
3
<head>
4
<title>Use of Meta Tag</title>
5
<meta charset="UTF-8">
6
<meta name="description" content="A tutorial about how to learn HTML meta tag">
7
<meta name="keywords" content="HTML,CSS,JavaScript, kivabe">
8
<meta name="author" content="Imran Hossain">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10
</head>
11
<body>
12
<h1>In the head section, we have added meta tag</h1>
13
</body>
14
</html>
CSS
โx
1
โ
JavaScript
1
1
โ
Output: