English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Der content-Attribute gibt Werte an, die mit http-Verknüpfte Werte der Attributes equiv oder name.
Beschreibt Metadaten im HTML-Dokument:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HTML:<meta> charset Eigenschaft - 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 See ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the content attribute.
The content attribute provides information-Values related to the equiv or name attribute.
None.
<meta content="text">
Value | Description |
---|---|
text | Content of meta information. |