Valid XHTML Web design

Web design article on how to link to a css style sheet using xhtml strict code.

Use the following code when coding your new website using the following valid xhtml strict code.

<link rel=”stylesheet” href=”your-style-sheet.css” type=”text/css” />

If you need have any questions, then most web design companies should be able to help you with this.

Replace your-style-sheet.css with the name / path of your chosen stylesheet.

Posted under Website Design.