
Can any one tell me how to include a CSS file into my HTML page. A code format to include the CSS will work.
Thanks in Advance.

Include CSS in HTML To include a CSS or Style Sheet into you HTML Page just copy and paste the code into your HTML Head section.
<link href="/styles/styles.css" rel="stylesheet" type="text/css" />
It should work. Where styles.css is the name of style sheet. Thanks!!
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.