A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/elements/hn below:

hn ยท WebPlatform Docs

hn Summary

The h1 through h6 elements define levels of headings within a document.

Overview Table
DOM Interface
HTMLHeadingElement

These elements have a rank given by the number in their name. The h1 element is said to have the highest rank, the h6 element has the lowest rank, and two elements with the same name have equal rank.

HTML information Closing Tag required CSS Display block

## Examples


<h1>Welcome to Web Platform Docs!</h1>


<h2>Introduction</h2>


<h3>Prologue</h2>
<h4>Level-4 Heading</h4>
<h5>Level-5 Heading</h5>
<h6>Level-6 heading, smallest heading avaliable</h6>

View live example

Notes Remarks

Use H1 through H6 to specify different sizes and styles of headings.

Standards information Related specifications
HTML 5.1
W3C Working Draft
HTML 5
W3C Recommendation
HTML 4.01
W3C Recommendation
See also Related articles HTML

}

Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4