You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Introduction to Cascading Stylesheets (CSS)”.
Related posts:
- Introduction to HTML
I recently wrote two posts regarding designing Web sites: Designing Web Pages: Tables or CSS and Introduction to Cascading Stylesheets (CSS). The information presented in both of those articles may... - How to Create Printable Web Pages
When I started Technically Easy the one thing that I wanted to do was make sure that my posts were printable. By this I mean I wanted the printed pages... - Getting Colour Values from Web Site Templates
Many of us aren’t the greatest Web site designers, or just don’t have time to design one, and because of this we rely on templates that others have created. The... - Designing Web Pages: Tables or CSS
There is some debate recently about the best method to design and layout a Web page. Traditionally, HMTL tables have been used to handle the layout of a Web page.... - Introduction to Computer Components
I have talked about computer components before in my post titled How to Buy a New Computer but it provided a quick overview on what to look for in a...


As a modern web developer, i can say layout your site design with CSS is the best way to go. If you may noticed, it is becoming more and more of a web standard rather than old fashion tables
I agree. It’s always best to separate your layout and content. For many who have been using tables for layouts, they may find it more difficult with CSS. It can be a large learning curve.