HTML Attribut profile von HTML Tag head:
Verzeichnis mit Meta Data Profilen

von Thomas Salvador.

Beispiel

Kopf mit Profil:

<html>
<head profile="//example.org/profiles">
  <meta schema="vonProfil" name="einName" content="einWert"/>
</head>

Anwendung

profile legt den URL fest, welche Profile enthält, die in Meta-Informationen genutzt werden können.

Hinweise

Keine.