About the Author
Russ Weakley has worked in the web design field for over 18 years. He is one of the principals for MaxDesign, a highly respected Australian design house. Russ currently is co-chairman of the Australian Web Standards Group, through which he assists web developers in understanding a variety of new technologies. He also is well-known in the CSS community for his CSS-based showcases and tutorials.
Excerpt. © Reprinted by permission. All rights reserved.
IntroductionIntroduction
Cascading Style Sheets (CSS) is a simple and powerful language for adding style to web documents. Whether you are a web designer, developer, or anywhere in between, CSS is an important part of developing websites.
Many web developers still use tables for layout and do not understand the benefits of CSS. Although there are many good CSS resources and books available, people are often overwhelmed by the sheer volume of information. It is hard to decide the best place to start.
Sams Teach Yourself CSS in 10 Minutes is designed to help you get a handle on CSS quickly and easily through a series of step-by-step lessons.
Who Is This Book For?
This book is for you if any (or all) of the following apply:
You're new to CSS
You want a simple, hands-on guide to using CSS
You want to quickly learn how to get the most out of CSS
You want to learn new ways to use CSS
How This Book Works
Sams Teach Yourself CSS in 10 Minutes is divided into 22 lessons that gradually build on one another. By the end of the book, you should have a solid understanding of CSS and how to apply it in a variety of real-world situations.
Each lesson is written in simple steps so that you can quickly grasp the overall concept and put it into practice. The lessons are also designed to stand alone so that you can jump directly to particular topics as needed.
Online Support Files
Each lesson from Sams Teach Yourself CSS in 10 Minutes has support files that can be downloaded from the Sams Publishing website. The files can either be downloaded as a single file for all lessons, or individually for each lesson.
The address is http://www.samspublishing.com/.
Conventions Used in This Book
This book uses different typefaces to differentiate between HTML/CSS code and other content.
HTML and CSS code are presented using monospace type. Bold text indicates a change in code from the previous step.
Note - A Note presents pertinent pieces of information related to the surrounding discussion.
Caution - A Caution advises you about potential problems having to do with CSS or its implementation in specific browsers.
Tip - Tip offers advice or demonstrates an easier way to do something.
© Copyright Pearson Education. All rights reserved.