Linking a CSS external sheet to a HTML pageI am trying to test my web design skills by using just a

by skyvia
1 replies
  • WEB DESIGN
  • |
Is there some sort of code to link the two?
Do I have to do something different in a text editor to make the pages link?
Do I have to position the CSS file somewhere different in the site folder?

Cheers
#css #design #external #html #linking #pagei #sheet #skills #web
  • Profile picture of the author pmrc
    Just put this code into the head section of the page:

    <link rel="stylesheet" href="location of your stylesheet" type="text/css">
    {{ DiscussionBoard.errors[3076624].message }}

Trending Topics