Codici base Html

« Older   Newer »
 
  Share  
.
  1. ~Dany~
     
    .

    User deleted


    accapo
    HTML
    <br>


    grassetto
    HTML
    <b>testo in grassetto</b>



    collegamento ad una pagina web
    HTML
    <a href="http://indirizzo_sito">testo</a>



    centrare immagine o testo

    HTML
    <div align="center">immagine/testo</div>



    immagine o testo in movimento
    HTML
    <marquee direction="up" scrollAmount=1 height="30" width="70%">immagine/testo</marquee>


    testo che si ferma al passaggio del mouse
    HTML
    <marquee onmouseover="this.stop()" onmouseout="this.start()">immagine/testo</marquee>


    testo sottolineato
    HTML
    <u>testo</u>



    testo barrato
    HTML
    <s>testo</s>



    dimensione testo
    HTML
    <font size="dimensione">testo</font>




    HTML
    <textarea>testo</textarea>



    HTML
    <button>testo</button>


    testo lampeggiante
    HTML
    <blink>testo</blink>
     
    .
  2. L(ight)
     
    .

    User deleted


    Grazie O.o
     
    .
1 replies since 13/10/2010, 20:05   29 views
  Share  
.