HTML <meta> inhoud Attribuut

❮ HTML <meta>-tag

Voorbeeld

Beschrijf metadata binnen een HTML-document:

<head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>

Definitie en gebruik

Het contentattribuut geeft de waarde die is gekoppeld aan het http-equivof nameattribuut.


Browserondersteuning

Attribute
content Yes Yes Yes Yes Yes

Syntaxis

<meta content="text">

Attribuutwaarden

Value Description
text The content of the meta information

❮ HTML <meta>-tag