[HTML] [tag] <sup>

<sup> (tag HTML) rende il testo apice o esponente (superscript).

attributi

speciali

Nessuno.

globali
Caricamento…

scheda tecnica

– Contenuto: flusso, fraseggio
– Tipo: inline
– Intefraccia DOM: HTMLElementt
– Supporto browser: totale

Sintassi

<sup>[testo]</sup>

Default CSS

sup { 
  vertical-align: super;
  font-size: smaller;
  display: inline;
}

Esempio

E = mc<sup>2</sup> (testo in <sup>apice</sup>)

E = mc2 (testo in apice)

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

html, tag html

Related Articles

0 Comment

Rispondi