HTML <meta> content attribute
Definition and usage
content
The attribute provides http-equiv or name The 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>
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 |