View Single Post
10-10-2006, 10:47 PM
#9
Jeff Andersen is offline Jeff Andersen
Status: Superstar
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 4,449
iTrader: 10 / 100%
 

Jeff Andersen is on a distinguished road

  Old

Originally Posted by Dan Schulz
Hello Ryan,

In the <head> element, directly below the TITLE, is where the META element goes.

Here's an example:
HTML Code:
<head>
	<title>Title of Web Page</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta name="keywords" content="Keyword 1, Keyword 2, Keyword 3" />
	<meta name="description" content="Describe what the Web page is about" />
Note that the forward slashes are present. This is required in XHTML. In HTML, remove them and the space before the closing bracket of the META tag.
Exactly, and for the future -- there are actually generators our there that just let you plug your info in and get the whole code at the touch of a button. Ones such as:

http://vancouver-webpages.com/META/mk-metas.html
http://www.addme.com/meta.htm
http://www.submitcorner.com/Tools/Meta/