Tag HTML <sezione>


Esempio

Due sezioni in un documento:

<section>
<h2>WWF History</h2>
<p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p>
</section>

<section>
<h2>WWF's Symbol</h2>
<p>The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.</p>
</section>

Definizione e utilizzo

Il <section>tag definisce una sezione in un documento.


Supporto browser

I numeri nella tabella specificano la prima versione del browser che supporta completamente l'elemento.

Element
<section> 5.0 9.0 4.0 5.0 11.5

Attributi globali

Il <section>tag supporta anche gli attributi globali in HTML .


Attributi dell'evento

Il <section>tag supporta anche gli attributi dell'evento in HTML .


Pagine correlate

Riferimento HTML DOM: Oggetto Sezione


Impostazioni CSS predefinite

La maggior parte dei browser visualizzerà l' <section>elemento con i seguenti valori predefiniti:

Esempio

section {
  display: block;
}