English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The content attribute provides information related to http-The value associated with the equiv or name attribute.
Description of metadata in HTML documents:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HTML:<meta> charset attribute - Réseau de tutoriels de base(oldtoolbag.com)</title> <meta name="description" content="Free Web tutorials"> <meta name="keywords" content="HTML5,CSS3,PHP,JAVA,C++"> </head> <body> <p>La meta description de ce document décrit le document et ses mots-clés.</p> </body> </html>Voyons voir ‹/›
IEFirefoxOperaChromeSafari
Tous les navigateurs populaires prennent en charge l'attribut content.
L'attribut content donne des informations associées à http-valeur associée à l'attribut equiv ou name.
Aucune.
<meta content="text">
Valeur | Description |
---|---|
text | Contenu de l'information meta. |