Latest

recent

HTML Meta content attribute

Example

Describe metadata within an HTML document:
<head>
<meta name="description" content="Free Web tutorials" />
<meta name="keywords" content="HTML,CSS,XML,JavaScript" />
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
</head>


Definition and Usage

The required content attribute specifies the content of the meta information.
The value of the content attribute depends on the value of the name or http-equiv attribute.

Browser Support


The content attribute is supported in all major browsers.

Syntax

<meta content="value" />

Attribute Values

Value Description
text The content of the meta information
HTML Meta content attribute Reviewed by 1000sourcecodes on 22:04 Rating: 5
Powered by Blogger.