HTML rubriche

Titoli, titoli e sottotitoli

Rubriche HTML vengono utilizzati per i titoli, titoli e sottotitoli analoghi ai giornali. Essi sono disponibili in 6 diversi da tag più importanti / più al meno importante / più piccolo: <h1> , <h2> , <h3> , <h4> , <h5> E <h6> . Si dovrebbe usare <h1> solo una volta per pagina, intestazione, mentre gli altri possono essere utilizzati come ragionevolmente volte che vuoi.

HTML voce

<h1>h1 is the really big headline and should only be used once</h1>
<h2>h2 is also big and makes good titles</h2>
<h3>h3 makes great subtitles</h3>
<h4>h4 is used now and then</h4>
<h5>h5 isn't used all that much</h5>
<h6>h6 isn't used all that much</h6>

Uscita