Using CSS and XHTML
Thursday, March 10th, 2005If you are going to make a website, you need to think about how you are going to structure it or, put simply: what are you going to use to write your pages?
Current best practice is to separate style from content. In a nutshell, this means separating how it looks (style) from what it does - showcases your graphics, sells your products, etc - (content.) Basically, you should use CSS to set out the layout, colours, fonts and so on, (the style); and XHTML markup for your site content. Continue reading »
















