|
FREE Ebook - Cascading Style Sheets Quick Reference

Back in 1989 when Tim Berners-Lee first introduced HTML, he designed it to visually
communicate technical data in the form of simple lists and tables. As the potential
for the Web was recognized, webpage designers wanted the layout capabilities of modern
word processing tools. They wanted to create magazine style pages. Cascading Style
Sheets (CSS) was developed for that purpose.
CSS provides the page design capability for the Web that print publishing has been
enjoying for years. Style sheets give you accurate control over page layout and
positioning, advanced font control, and color control. With style sheets, you can
specify text sizes and spacing between lines (leading) in points.
If you work with a word processor, You can alter the appearance of a document by
changing the formatting and styles in a template. CSS works similar to word processor
templates. A style sheet is a template that controls the formatting and appearance of a Web page.
CSS separates the typographics and page layout from the content of Web pages,
making it much easier to revise your content or change your page design. With CSS,
you can change the formatting of individual Web pages or your entire site without
editing every single HTML tag in every single file.
CSS can reduce the clutter of tags on your HTML pages because you can apply many
style attributes to a single html tag, or you can apply the same set of style attributes
to a group of related html tags.
This ebook provides a quick lookup for the most common CSS rules. It provides a
quick reminder about how to define common CSS proprties. It is not a bloated beginners
tutorial, it’s a quick lookup with example code. Put a link on your desktop to this
quick little CSS reference ebook.
|