the head section
Metadata

Metadata is information about data. Metadata is not displayed on the page, their elements are typically used to specify page description, keywords, author of the document, last modifications etc. They can be used by browsers (how to display content or reload page), search engines (description, keywords), or other web services. The <meta> tag always goes inside the head element.

<meta name="description" content="Html workshop prepared for CCC Master students at University of Art and Design in Geneve. 3rd of March 2010." />
<meta name="keywords" content="HTML,CSS, CMS, code, website structure, FLOSS webdesign programs, " />
<meta name="robots" content="index,follow" />
<meta name="author" content="cax.cax" />
<meta name="date-creation-yyyymmdd" content="20100223" />


references

http://www.ybet.be/internet-22/liste-meta.htm

NEXT