Thursday, May 11, 2017

Blog 33



To apply a style sheet to an HTML element you need to add a link to the style sheet in the HTML document.
List the HTML code for adding that link and tell where that link goes.

19 comments:

  1. < link rel = "stylesheet" href = "style.css>
    The link goes to a stylesheet named style.css

    ReplyDelete
  2. < link rel="stylesheet" href="file-name.css" >
    it goes in the heading
    -gavin

    ReplyDelete
  3. < head>
    < link rel="" href="">
    < /head>

    ReplyDelete
  4. < link rel="stylesheet" href="(name of the css document)" >

    That tells the html document that it should treat the css document as a stylesheet, and which specific css document it is linking to.

    -Winten

    ReplyDelete
  5. link rel="stylesheet" href="style.css"
    -sam

    ReplyDelete
  6. the css and it goes in the head
    Ellie

    ReplyDelete
  7. link rel="stylesheet"href="style.CSS"

    Bradley Farr

    ReplyDelete
  8. < link rel="stylesheet" href="">
    -EMILY

    ReplyDelete
  9. link rel="stylesheet" href="style.css"
    dan

    ReplyDelete
  10. link rel="stylesheet" href="style.css"
    andrew

    ReplyDelete
  11. < link rel="stylesheet" href="style.css"/>
    Ryan sandstede

    ReplyDelete
  12. link rel="stylesheet" href="style.css
    -nathan

    ReplyDelete
  13. link rel = "stylesheet" href = "style.css is how ya do it
    kat

    ReplyDelete
  14. The code: < link rel = "stylesheet" href = "style.css> adds a style sheet and this put in the header. :)))))
    Sophie Dorey

    ReplyDelete
  15. Link rel= "stylesheat" href= "style.css"

    addy

    ReplyDelete
  16. html
    head
    Link rel="style sheet"href="style.css"
    /head
    -Hailey T.

    ReplyDelete
  17. < link rel="stylesheet"
    href = "style.css>

    Dylan Rees

    ReplyDelete
  18. < link
    rel="stylesheet"
    href="style.css"/>
    cindy

    ReplyDelete
  19. link rel="stylesheet" href="style.css"/

    Mark L

    ReplyDelete