Chapter 4: Understanding CSS Style Properties
In This Chapter
Understanding the CSS box model
Using the eight style categories
Using the new CSS3 style categories
Working with style attributes
Extending your knowledge of CSS with online resources
In earlier chapters of the book, you find out that CSS is the best way to add formatting to the elements on your web pages, from font sizes to image placement to link colors. And, in Chapter 3 of this minibook, you discover the fundamentals of Cascading Style Sheets and how to apply CSS styles to your pages.
As a complement to the previous chapter, this chapter is designed to help you with choosing the right attributes for all of your styles so that you can best style and position your content with CSS. Here you are introduced to the CSS box model concept and the eight style property categories of CSS. A strong understanding of the box ...