Title: Generator
URL: http://www.activejump.com/o-5.shtml
Email: webmaster@activejump.com

Introduction

The generator meta tag specifies what program was used to create the web page. Examples of generators would be "Front Page" or "Dreamweaver".
Generator Meta Tag
The generator meta tag looks like

<META NAME="generator" CONTENT="XXX">

XXX is replaced with the name of the generator that was used to create the web page.

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

<META NAME="generator" CONTENT="Front Page">

</HEAD>....