Title: Description
URL: http://www.activejump.com/o-2.shtml
Email: webmaster@activejump.com

Introduction

The description meta tag allows you to write a description of the web page. The search engines will place this text in the results describing your site.
Description Meta Tag
The 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.

index.html - Notepad
....<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>....