Using stylesheet


/ Published in: CSS
Save to your folder(s)

to use style sheet in your webpages. First you have to make your own style sheet or you can use this sheet of anyone else. Or you can make this by modifying any stylesheet to your choice.


Copy this code and paste it in your HTML
  1. /* in your html file you will have to insert following line to use your stylesheet */
  2.  
  3. <link href="http://dak9.com/dak.css" rel="stylesheet" type="text/css" />
  4.  
  5. /* instead of "http://dak9.com/dak.css" you may need to use relative or full path of your style sheet */

URL: http://dak9.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.