English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
content attribute provides information with http-values associated with the equiv or name attribute.
Describes metadata in HTML documents:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HTML: <meta> charset Attribute - Basic Tutorial Website(oldtoolbag.com)</title> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML5,CSS3,PHP, JAVA, C++"> </head> <body> <p>This document's meta describes the document and its keywords.</p> </body> </html>Test to see ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the content attribute.
The content attribute provides information related to http-Values related to the equiv or name attribute.
None.
<meta content="text">
Value | Description |
---|---|
text | Content of meta information. |