[HTML] [tag] <header>

<header> (tag HTML) ospita contenuti introduttivi, informativi o di navigazione (ad es., un form di ricerca, il logo del sito, ecc.).

attributi

speciali

Nessuno.

globali
Caricamento…

scheda tecnica

– Categoria: contenuto flusso, visibile
– Tipo: blocco
– Intefraccia DOM: HTMLElement

supporto browser

Sintassi

<header>[oggetto]</header>

Default CSS

header { 
  display: block;
}

Esempio

<header>
  <h2>Titolo</h1>
  <h3>Sottotitolo</h3>
  <p>Paragrafo</p>
</header>

Titolo

Sottotitolo

Paragrafo

Contenuti correlati

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

Fonti esterne

html, tag html

Related Articles

0 Comment

Rispondi