[HTML] [tag] <sub>

<sub> (tag HTML) rende il testo pedice o deponente (subscript).

attributi

speciali

Nessuno.

globali
Caricamento…

scheda tecnica

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

Sintassi

<sub>[testo]</sub>

Default CSS

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

Esempio

H<sub>2</sub>O (testo in <sub>pedice</sub>)

H2O (testo in pedice)

Contenuti correlati

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

Fonti esterne

html, tag html

Related Articles

0 Comment

Rispondi