Il tag HTML <small>



Descrizione

Il tag HTML <small> rende la dimensione del font più piccola di un punto.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML small Tag</title>
</head>
<body>
<h2>www.tutorialspoint.com</h2>
<p><small> Simply Easy Learning</small></p>
</body>
</html>

Produrrà il seguente risultato:

www.tutorialspoint.com

Simply Easy Learning

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements