Horje

How to add HTML <meta> content Attribute for HTML <meta> Tag

Describe metadata within an HTML document.

Definition and Usage

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


Browser Support

Syntax

<meta content="text">

Attribute Values

Value Description
text The content of the meta information
index.html
Example: HTML
 <head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head> 

Output should be:

How to add HTML <meta> content Attribute for HTML <meta> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin