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

HTML Referenzhandbuch

Vollständiges Verzeichnis der HTML-Tags

HTML: <small> Tag

Der <small>-Element in HTML macht den Text kleiner (z.B. von groß auf mittel, von mittel auf klein, von klein auf sehr klein). In HTML5In, abgesehen von seinem Stileffekt, wird dieses Element neu definiert, um Anmerkungen am Rand und Nebendetails darzustellen, einschließlich Urheberrechts- und Gesetzes-text.

Online-Beispiel

small definiert kleines Text:

<!doctype html>
<html>
<head>
<meta charset="UTF-8">-8">
<title>Usage of HTML small Tag (Basic Tutorial Website oldtoolbag.com)</title>/title>
</head>
<body>
<p>This is the first sentence. <small>This whole sentence is in small letters.</small></p>/small></p>
</body>
</html>
Test See ‹/›

Browser Compatibility

IEFirefoxOperaChromeSafari

All major browsers support the <small> tag.

Definition and Usage of Tags

The <small> tag defines small text (and footnotes).

Points to Note

Although the <small> element, the <b> element, and the <i> element are considered to violate the principle of separation of structure and style, but in HTML5In HTML, it is allowed to use these three elements. The reader should decide for themselves whether to use <small> or CSS.

Global Attributes

Support for <small> Tag Global Attributes of HTML.

Event Attributes

Support for <small> Tag HTML Event Attributes.