Chapter 2: Adding Style with CSS
In This Chapter
Finding out what styling the page means
Exploring different methods of using CSS
Selecting certain elements for styling
Changing fonts and adding borders
Adding list styles
Modifying backgrounds
Working with layout
Adding a header and footer
In the preceding chapters, you learn a little about a lot and a lot about a few things. Namely, you learn how to install a web server and a database system and you learn a little about HTML. Although HTML is used to add text to a page, that text is pretty boring; it needs some style. Enter CSS.
In this chapter, you learn what Cascading Style Sheets (CSS) is and how to use it for various layout and ...