Title: Abstract
URL: http://www.activejump.com/o-8.shtml
Email: webmaster@activejump.com

Introduction

The abstract meta tag is very similar to the description meta tag, except that it is shorter. The abstract description is usually one short sentence which briefly describes the web site.
Abstract Meta Tag
The abstract meta tag looks like

<META name="abstract" content="XXX">

XXX is replaced with a brief one sentence description of your web site.

index.html - Notepad
....<HEAD>

<META name="abstract" content="A tutorial about HTML.">

</HEAD>....