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>
Syntax
<meta content="text">
Attribute Value
Value | Description |
---|---|
text | Content of meta information. |
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |