Chapter 4
Next Steps with CSS
IN THIS CHAPTER
Formatting lists and tables
Styling web pages using parent and child selectors
Naming pieces of code using id and class
Using the box model to position HTML elements on the page
“Design is not just what it looks like and feels like. Design is how it works.”
—STEVE JOBS
In this chapter, you continue building on the CSS you worked with in Book 2, Chapter 3. So far, the CSS rules you've seen in the previous chapter applied to the entire web page, but now they get more specific. You find out how to style several more HTML elements, including lists, tables, and forms, and how to select and style specific parts of a web page, such as the first paragraph in a story or the last row of a table. Finally, you read about how professional web developers use CSS and the box model to control, down to the pixel, the positioning of elements on the page.
Before diving in, remember the big picture: HTML puts content on the web page, and CSS further styles and positions that content. Instead of trying to memorize every rule, use this chapter to understand ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access