Use Grid System Layouts on Your Website
To help you lay out your website, set up a grid that you can use to align graphics, text, and HTML elements. A grid can be anything you like — a three-column layout, two horizontal sections, or a page broken into multiple sections.
Print design can still do some tricks that HTML and CSS can’t do as efficiently. For instance, an angled grid is easily possible with print design, but if you use HTML and CSS, their very nature limits your web-page grid to horizontal and vertical lines. Also, while it’s possible to rotate website elements using CSS, not all browsers will reliably render such effects.
One way to get around the horizontal and vertical alignment is to place a Flash movie on the web page that has an angled layout. Unlike HTML, Flash gives you a lot more design flexibility in your layouts. The Flash movie is simply embedded in the HTML page just like a graphic — and like a graphic, it’s ultimately aligned by your grid system.
The grid is unavoidable, and that’s a good thing. Grid systems are intended to impose a logical order on your web-page layout. Rather than randomly carving out a spot for everything that is to go on the page, aligning the elements with each other makes the page easier to read, easier to build, and more professional in appearance. Compare the two web-page layout sketches in the example. On the left, the elements look thrown on the page. On the right, the same number of elements is neatly presented.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.