EchoEcho.Com
CORSI COMPLETI

HOME CORSI HTML TESTO     
EchoEcho.Com
STRUMENTI & RISORSE
 HOME 
 
 CORSI 
 
 RISORSE 
 
 STRUMENTI 
 
 DOCUMENTAZIONE 
 
 MAPPA 
  
  CERCA QUESTO SITO

Suggerisci questo Sito a un Amico
SUGGERISCI QUESTO SITO

HTML TESTO

INTRODUZIONE


BASEFONT


FONT


LINKS DI TESTO


FORMATO DEL TESTO


MISURA DEL TESTO


PROGETTAZIONE DEL TESTO


Testo HTML :
PROGETTAZIONE DEL TESTO

Questi tags servono a controllare il layout.

HTMLSPIEGAZIONE
<p>text</p>Aggiunge un'interruzione di paragrafo dopo il testo.
(2 linebreaks).
<p align="left">text</p>Giustifica a sinistra il testo nel paragrafo.
<p align="center">text</p>Testo centrale nel paragrafo.
<p align="right">text</p>Giustifica a destra il testo nel paragrafo.
text<br>Aggiunge una singola interruzione di riga dove c'è il tag.
<nobr>text</nobr>Elimina gli "a capo" automatici
- anche se il testo è più esteso della finestra.
text<wbr>Permette al browser di inserire un "a capo"
esattamente in questo punto
- anche se il testo è compreso tra tags <nobr>.
<center>text</center>Testo centrale.
<div align="center">text</div>Testo centrale.
<div align="left">text</div>Testo giustificato a sinistra.
<div align="right">text</div>Testo giustificato a destra.


Esempio: la differenza tra tag di layout:
RESULTHTML
Hello world- a linebreak does not insert a linebreak in HTML


you will need

to insert

special tags

that will insert
linebreaks
where
you want it!

Another method is to write a sentence, that is long enough to force a linebreak.

This option can however be turned offwith the nobr-tag.unless a wbr is used to force it!


You can also center
And turn the center off
And on!
Go left!
Go right!
Hello world -
a linebreak does not
insert a linebreak in HTML

<p>you will need</p>

<p align="right">to insert</p>

<p align="left">special tags</p>

that will insert<br>
linebreaks<br>
where<br>
you want it!<br>
<br>
Another method is of course to write a sentence, that is long enough to force a linebreak.<br>
<br>
<nobr>This option can however be turned off<wbr>with the nobr tag,<wbr>unless a wbr is used to force it!</nobr>

<center>You can center</center>
And turn the center off
<div align="center">And on!</div>
<div align="left">Go left!</div>
<div align="right">Go Right!</div>
Nota in particolare la differenza tra i tag <p> e <div>. Il tag <div> ti permette di giustificare il contenuto senza essere costretto ad aggiungere una doppia interruzione di riga.

Ancora, osserva che questi tag di allineamento non si limitano al solo testo. Funzionano su testo, immagine, o su tutto quello che si vuole inserire nella pagina.



<< PRECEDENTE
VAI AL MENU' >>

CORSO HTML

HTML FONDAMENTALI


HTML TESTO


HTML LISTE


HTML IMMAGINI


HTML LINKS


HTML SFONDI


HTML TAVOLE


HTML FRAMES


HTML FORMS


HTML METATAGS


HTML COLORI HEX




EchoEcho.Com
CORSI COMPLETI
 HOME 
 
 CORSI 
 
 RISORSE 
 
 STRUMENTI 
 
 DOCUMENTAZIONE 
 
 MAPPA 
EchoEcho.Com
STRUMENTI & RISORSE

(c) Copyright 1998-1999 NetKontoret - All Rights Reserved