Many a times we may need to embed a style sheet with any page, to use style sheet in your web pages. 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 style sheet to your choice. Then in your html file you will have to insert following line.
[sourcecode lang="html"]
<link href="http://mukesh.us/dak.css" rel="stylesheet" type="text/css" />
<!–
here instead of
"http://mukesh.us/dak.css"
You need to use relative or full path of your style sheet.
–>
[/sourcecode]
By: Reena Dak









