XHTML CSS Tutorial
Web design article on how to link to a css style sheet using xhtml strict code.
If you need any help, then most web design companies should be able to help you with this.
Use the following code when coding your new website using valid xhtml strict code.
<link rel=”stylesheet” href=”website.css” type=”text/css” />
Replace website.css with the name and path of your chosen stylesheet.
Posted under Web Design.