Header

Englisch [ˈhedə(r)] US [ˈhɛdɚ]

n. (wird automatisch am oberen Rand jeder Seite hinzugefügt, wenn der Computer druckt)

html5<header>-Tag Syntax

Funktion: Das <header>-Tag definiert den Header (Einleitungsinformationen) des Dokuments.

html5<header>-Tag Beispiel

<!DOCTYPE html>
<html>
<body>

<article>
<header>
<h1>What Does WWF Do?</h1>
<p>WWF's mission:</p>
</header>
<p>WWF's mission is to stop the degradation of our planet's natural environment, and build a future in which humans live in harmony with nature.</p>
</article>

</body>
</html>
Instanz ausführen »

Klicken Sie auf die Schaltfläche „Instanz ausführen“, um die Online-Instanz anzuzeigen