Skinning School: 1 Lezione - Introduzione al linguaggio CSS

« Older   Newer »
 
  Share  
.
  1. Corazòn
        Like  
     
    .
    Avatar

    Advanced Member

    Group
    Member
    Posts
    5,147

    Status
    Offline
    Allora la pagina HTML
    <html>
    <head>
    <link rel=”stylesheet” type=”text/css” href=”style.css”>
    </head>
    <body>
    <p> testo
    </body>
    </html>


    Mentre la pagina CSS ovviamente chiamata "style.css
    body {color: yellow;
    background-color: red }



    Color dovrebbe cambiare il colore del testo,mentre background-color il colore dello sfondo,ma non cambia nulla.
     
    .
26 replies since 22/2/2015, 14:42   693 views
  Share  
.