|
About the Internet About Web Browsers Why Domain Names HTML vs XHTML Making Webpage Files Naming Webpage Files About HTML Tags Basic HTML Page DTDs and Doctype Tags Spaces and New Lines Special Characters Bold, Italics, More Writing Headlines Adding Links Making Lists Comments in HTML How to Add Images Sources of Images Image File Formats Optimizing Images Color in HTML & CSS "Web-safe" Color Chart Intro to CSS Ways to include CSS Some Useful CSS CSS Hover for Links Promoting Your Site How-To's Homepage Links |
Meta TagsMeta tags contain descriptive information (meta-information) about a page and are used in the head section of a page. Meta tags are visible when you read the p age source, but are not visible when the page is viewed normally. There are two types of <meta> tags. Ones that imitate HTTP headers which are information that the web server usually sends the browser and ones that have nothing to do with HTTP headers. I'm just going to cover a few of the more useful ones of each type here. For information about several other meta tags see the Meta Tag Dictionary. <meta http-equiv="some header name" content="some value for header" />
<meta name="type of info" content="value of info" / >Just about anything could go in the name and content fields of a meta tag, many web authoring programs insert a meta tag that says they were used to make the page. There's only a few that are normally useful though.
|


