header

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

n. Header; ear cutting machine; (automatically added to each item when computer prints header at the top of the page; header

html5<header> tag syntax

Function: The <header> tag defines the header (introduction information) of the document.

html5<header> tag example

<!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>
Run instance »

Click the "Run instance" button to view the online instance