English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

HTML-Referenzhandbuch

HTML-Tag大全

HTML: <h6Tag

HTML <h6>DefinitiondersechstenStufe derÜberschrift imHTML-Dokument.DieseSchaltflächewirdmeistals<h6>Element.

Onlinebeispiel

 HTML h6Titel:

!doctype html
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 h6Verwendungder3codebox.com)</title>
</head>
<body>
<h1>Überschrift 1</h1>
<p>DiesistderInhalt,derunterdemÜberschrift 1.</p>
<h2>Überschrift 2</h2>
<p>DiesistderInhalt,derunterdemÜberschrift 2.</p>
<h3>Überschrift 3</h3>
<p>DiesistderInhalt,derunterdemÜberschrift 3.</p>
<h4>Überschrift 4</h4>
<p>DiesistderInhalt,derunterdemÜberschrift 4.</p>
<h5>Überschrift 5</h5>
<p>DiesistderInhalt,derunterdemÜberschrift 5.</p>
<h6>Überschrift 6</h6>
<p>DiesistderInhalt,derunterdemÜberschrift 6.</p>
</body>
</html>
TestenSieundsehen ‹/›

Browserkompatibilität

IEFirefoxOperaChromeSafari

AllebekanntenBrowserunterstützen <h6> Tag.

TagdefinitionundVerwendungshinweise

HTML <h6> element is located within the <body> tag.

The range of titles can be from <h1> to <h6>.1> are the least important titles are <h6>.

in <h1, <h2, <h3, <h4> and <h5> after the title to find <h6> titles. Do not skip heading levels.

<h6> titles are usually smaller than <h1, <h2, <h3, <h4> and <h5> titles are slightly smaller.

Do not use only <h6Tag to apply other formatting.<h6Tag is used to define heading levels, for example in a table of contents.

HTML 4.01 and HTML5differences between

In HTML 4.01 in, <h6> align attribute has been deprecated. In HTML 5 in, <h6The "align" attribute of the element is not supported. Please use CSS to align elements.

Attribute

AttributeValueDescription
alignleft
center
right
justify
HTML5 Not Supported. HTML 4.01 Deprecated. Defines the alignment of the title text.

Global Attributes

<h6Tag Support HTML Global Attributes.

Event Attributes

<h6Tag Support HTML Event Attributes.

Related Articles

HTML Tutorial:HTML Titles