Return to Snippet

Revision: 49554
at July 25, 2011 02:12 by mukeshdak


Updated Code
/* in your html file you will have to insert following line to use your stylesheet */

<link href="http://dak9.com/dak.css" rel="stylesheet" type="text/css" />

/* instead of "http://dak9.com/dak.css" you may need to use relative or full path of your style sheet */

Revision: 49553
at July 25, 2011 02:11 by mukeshdak


Initial Code
/* in your html file you will have to insert following line 
 to use your stylesheet */

<link href="http://dak9.com/dak.css" rel="stylesheet" type="text/css" />

/* instead of "http://dak9.com/dak.css" you may need to use relative or full path of your style sheet */

Initial URL
http://dak9.com

Initial Description
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.

Initial Title
Using stylesheet

Initial Tags


Initial Language
CSS