Reading other people's code really is excellent. It can help you learn the little tricks that don't come as part of a standard education.
CSS is cascading style sheets. They are used to apply a particular style (of font and colour) to the whole of your site, rather than coding it into every single page. Instead, you just reference your CSS.
|