Meta
Tags
The Meta tag is
put in the head of a document to tell what the content of the page is. Here
is how you use them:
<html>
<head>
<meta name="keywords" content="keyword1, keyword2">
<meta name="description" content="text">
</head>
<body>
Hi
</body>
</html>
The first meta
tag is used to provide search engines with keywords for your site and the second
one is to give search engines a description of your site.