Describe metadata within an HTML document.
The content
attribute gives the value associated with the http-equiv
or name
attribute.
<meta content="text">
Value | Description |
---|---|
text | The content of the meta information |
Example:
HTML
<head>
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |