Basic Web Design
 
Intermediate Web Design
 
Advanced Web Design
Web Design Program
 
Scripting Database
 
 

Uses of META tags

WYSIWYG Examples:

<HEAD>
<TITLE>Sample Meta Page</TITLE>
<META HTTP-EQUIV="Content-Type" 
CONTENT="text/html; charset=iso-8859-1">

<META NAME="Author" CONTENT="Brook Hurd">

<META NAME="GENERATOR" CONTENT="Microsoft FrontPage 4.0">

</HEAD>

Using META tags to take advantage of  "robots" and "spiders" (automatic search processes used by search engines) (pg.335):

<HEAD>
<TITLE>Sample Meta Page</TITLE>

<META NAME="description" 
CONTENT="A complete description of your web site.">

<META NAME="keywords" 
CONTENT="new, music, widgets, rock, rap, news">

<META HTTP-EQUIV="Expires" CONTENT="Sun, 12 May 1996 00:36:05 GMT">

<META NAME="rating" CONTENT="General">

<META NAME="ROBOTS" CONTENT="ALL">

<META NAME="DC.Language" SCHEME="RFC1766" CONTENT="EN">

<META HTTP-EQUIV="Refresh" Content="3; URL=/ftpweb/cz5brr/pub/series/index.htm">

</HEAD>

Up ]  
Home ] Index ] Glossary ]

This file was last modified on Wednesday, May 09, 2001