HTML and meta-content properties

HTML meta content property HTML .lt;meta.gt; tags

The values that the content property can use depend on the values of the name and httpEquiv properties in the label.

Describes metadata within an HTML document:

<head>
<meta name="description" content="免费web教程">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>

Try it out . . .

Browser support

HTML meta content property HTML meta content property HTML meta content property HTML meta content property HTML meta content property

The content property is supported by all major browsers.


Definitions and usages

The content property gives a value related to the http-equiv or name property.


The difference between HTML 4.01 and HTML5

No.


Grammar

<meta content="text">

The property value

value describe
text Meta information content.


HTML meta content property HTML .lt;meta.gt; tags