how to embed style sheet in web page

by MD on 2009/04/03

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.

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

You may also like:

Leave a Comment

Previous post:

Next post: