Posts Tagged ‘CSS’
How To Build a Basic CSS Layout
Creating websites without using tables for layouts by using CSS layouts is the new standard for commercial web development. This article details how to create a basic 2 column CSS layout which you can use for future design projects. 1. Divide your page into sections - the <div> tags allows you to create seperate divisions on your web [...]
What is CSS?
CSS was first developed in 1997, as a way for Web developers to define the look and feel of their Web pages. It was intended to allow developers to separate content from design so that HTML could perform more of the function that it was originally based on - the markup of content, without worry about the design and layout. CSS didn't gain in [...]









