Just WOT Essence!

Codici html base, Html

« Older   Newer »
  Share  
A z z a '
view post Posted on 6/4/2010, 10:30




Andare accapo
CODICE
<br>


Divisore


CODICE
<hr>


Colore del testo
CODICE
<font color="CODICE COLORE">TESTO</font>


Dimensione del testo
CODICE
<font size="DIMENSIONE">TESTO</font>


Font del testo
CODICE
<font face="NOME FONT">TESTO</font>


Cambiare colore, dimensione e font ad un testo
CODICE
<font color="CODICE COLORE" size="DIMENSIONE" face="NOME FONT">TESTO</font>


Testo in Grassetto
CODICE
<b>Testo in Grassetto</b>


Testo in Corsivo
CODICE
<i>Testo in Corsivo</i>


Testo in Sottolineato
CODICE
<u>Testo in Sottolineato</u>


Testo in Barrato
CODICE
<s>Testo in Barrato</s>


Inserire un'immagine
CODICE
<img src="LINK IMMAGINE">


Collegamento ad una pagina Web
CODICE
<a href="LINK SITO">TESTO</a>


Immagine con collegamento senza testo in vista
CODICE
<a href="LINK SITO"><img src="LINK IMMAGINE"></a>


Immagine con collegamento e testo in vista
"_blank" sta a significare che il link verrà visualizzato in un'altra pagina
"_self" sta a significare che il link verrà visualizzato nella pagina corrente
CODICE
<a href="LINK SITO" target="_blank"><img src=LINK IMMAGINE></a>


Centrare un testo
CODICE
<div align="center">TESTO</div>


Centrare un'immagine
CODICE
<div align="center"><img src=LINK IMMAGINE></div>


Testo in movimento
CODICE
<marquee direction="up" scrollAmount=1 height="30" width="70%">TESTO</marquee>


Immagine in movimento
CODICE
<marquee direction="up" scrollAmount=1 height="30" width="70%"><img src=<marquee direction="up" scrollAmount=1 height="30" width="70%"><img src=LINK IMMAGINE></marquee>></marquee>


Testo che rallenta al passaggio del Mouse
CODICE
<marquee scrollamount='5' onMouseover='this.scrollAmount=1' onMouseout='this.scrollAmount=5'>TESTO</marquee>


Immagine che rallenta al passaggio del Mouse
CODICE
<marquee scrollamount='5' onMouseover='this.scrollAmount=1' onMouseout='this.scrollAmount=5'><img src=LINK IMMAGINE></marquee>
 
Top
Tìnker
view post Posted on 6/4/2010, 13:00




Allego anche la pagina ufficiale sugli html di ForumFree.
www.forumfree.it/?wiki=HTML
 
Top
1 replies since 6/4/2010, 10:30   147 views
  Share