Run
1264 x 150
1
2
<html>
3
<head>
4
<meta charset="UTF-8">
5
<meta name="description" content="Free Web tutorials">
6
<meta name="keywords" content="HTML,CSS,PHP,JS">
7
<meta name="author" content="ehsan eslami">
8
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9
</head>
10
<body>
11
<h1>meta tag example</h1>
12
<p>All meta information goes in the head section...</p>
13
</body>
14
</html>