Browsing articles in "CSS"
Feb 26, 2010

Making notes in HTML and CSS

Building web pages can be confusing. Working with other people’s code can be doubly so.

code

A good habit to get into is to add notes to your work. This could be to break your CSS into logical groups (Header, Image, Copy , Footer) or perhaps to explain exactly what that complicated-looking piece of Javascript actually does.

Continue reading »