Meta Information

meta

Defines additional information about the page/document. It is placed within the head tag, and it is used for different purposes. The most common use is to define keywords for indexing and search engines optimization, but can also be used to set a refresh rate and the latest revision date. The content attribute is required.

Syntax

<meta attributes />

Example

<meta name=”keywords”  content=”html, css, tags, attributes”/>
<meta name=”description”  content=”html soup is a complete html and css reference guide”/>

Related tags

HTML attributes

Search the Soup!