how to embed style sheet in web page

Written on April 3rd, 2009 by reenadak

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]

Relatted Articles

By: Reena Dak

Bookmark this post : technorati how to embed style sheet in web page delicious how to embed style sheet in web page stumbleupon how to embed style sheet in web page digg how to embed style sheet in web page facebook how to embed style sheet in web page yahoo how to embed style sheet in web page google how to embed style sheet in web page windowslive how to embed style sheet in web page linkedin how to embed style sheet in web page twitter how to embed style sheet in web page

Filed under website Tags:, , ,

Leave a Reply

(required)

(required)