Advertisement
Guest User

link css file

a guest
Sep 29th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Include the below lines between header section in your html file and make sure that you have included the correct path name to point the .css file.
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="folder_name/file_name.css" />
  4. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement