Thursday, December 26, 2013

Sample Meta Tag HTML Code

Below is a sample form of a meta tag code which can be used to describe the content of a website:

<head>
<meta name="description" content="Website Content">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="details">
<meta charset="yyy">
</head>

No comments:

Post a Comment