HTML <meta> content attribute

Definition and usage

content Attribute provides http-equiv or name The value associated with the attribute.

Example

Describe metadata in HTML documents:

<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