HTML <meta> content attribute

Definition and Usage

content attribute provides http-equiv or name Value associated with the attribute.

Example

Describe the metadata in the HTML document:

<head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>

Try It Yourself

Syntax

<meta content="text">

Attribute Value

Value Description
text Content of metadata.

Browser Support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support Support Support Support Support