Il tag HTML sup



Descrizione

Il tag HTML <sup> viene usato per inserire del testo ad apice.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML sup Tag</title>
</head>
<body>
5<sup>2</sup> + 3<sup>3</sup> = 52
</body>
</html>

Produrrà il seguente risultato:

52 + 33 = 52

Attributi Globali

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

Attributi Evento

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

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Advertisements