help me HTML and Css (beginner)?

Discussion in 'Web Design, HTML And CSS' started by jessi1980, Sep 20, 2013.

  1. jessi1980

    jessi1980 New Member

    Joined:
    Sep 20, 2013
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,
    I wrote the following HTML and also created a separate Css file but the changes I make to the Css does not change the look of the content! I think I have linked the Css correctly but no changes happen.
    here is the content of my html and css (don't mind the stupid writings ;) )
    Code:
    <!doctype html>
    <html>
    
    <head>
    <title>Casts are awesome!</title>
    
    <meta charset="utf-8"/>
    <link rel= "stylesheet" href"style.css"/> <<< the link to css
    </head>
    <body>
    <h1> Cats are 
    <span>*****!</span>
    
    css
    
    a {
    color: green; text-decoration: none;
    }
    
    h1 {
    font-family:Arial;
    }
    
    h1, img, a {
    margin-left: 50px;
    }
    
    note I have not uploaded this content to the web. So any changes made should appear immediately
    thank you
     
  2. Sam_

    Sam_ New Member

    Joined:
    Sep 24, 2013
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    place the style.css in same folder where HTML file is placed
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice