Example Describe metadata within an HTML document: <head> <meta name="description" content="Free Web tutoria...
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 |