Stylesheets and 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 valid xhtml strict code.

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

<link rel=”stylesheet” href=”stylesheetname.css” type=”text/css” />

Replace stylesheetname.css with the name / path of your chosen stylesheet.

Posted under Web Development.