HTML Meta Tags
By gilbitron in HTML on 27/02/2009 at 01:29
Views: 326
Tagged: html, meta
URL: http://vancouver-webpages.com/META/metatags.detail.html
Starter:
META tags should be placed in the head of the HTML document, between the <HEAD> and </HEAD> tags (especially important in documents using FRAMES).
Main Course:
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <META HTTP-EQUIV="Content-Language" CONTENT="en-GB"> <META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.some.org/some.html"> <META HTTP-EQUIV="Window-target" CONTENT="_top"> <META HTTP-EQUIV="Ext-cache" CONTENT="name=/some/path/index.db; instructions=User Instructions"> <META HTTP-EQUIV="Set-Cookie" CONTENT="cookievalue=xxx;expires=Friday, 31-Dec-99 23:59:59 GMT; path=/"> <META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW"> <META NAME="description" CONTENT="Citrus fruit wholesaler."> <META NAME="keywords" CONTENT="oranges, lemons, limes">
Expand Report Code | Install Coda Clip
Please log in to vote.








Comment by Web promotion uk on 24/07/2009 at 02:13
nice post about all the meta tags are included
Thanks