Continue
Document Description
You can use <meta> tag to give a short description about the document. This again can be used by various search engines while indexing your webpage for searching purpose.
Example
<!DOCTYPE html>
<html>
<head>
<title>Meta Tags Example</title>
<meta name="keywords" content="HTML, Meta Tags, Metadata" /> cheta name="description" content="Learning about Meta Tags." D
</head>
<body>
<p>Hello HTML51</p> </body>
</html>
Comments
Post a Comment