Description
Description Meta Tag
DescriptionThe description meta tag looks like

<META NAME="description" VALUE="XXX">

XXX is replaced with the description of your web site. This description should be around 250 characters, as that is recommended for most search engines.
Code
<HEAD>

<META NAME="description" VALUE="This web site is a tutorial on HTML. It has detailed information on all aspects of HTML, and you can learn it in no time.">

</HEAD>
Output
Practice
Advertisements