English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
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.
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 ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the <small> tag.
The <small> tag defines small text (and footnotes).
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.
Support for <small> Tag Global Attributes of HTML.
Support for <small> Tag HTML Event Attributes.