Skip to Content

Basics of Web Design
HTML5 & CSS   Fifth Edition

Chapter 7 – Page Layout Basics

You've already configured centered page layout with CSS; we'll add to your toolbox of CSS page layout techniques in this chapter. You'll explore floating and positioning elements with CSS. You'll be introduced to a technique for configuring images called CSS sprites. You will also learn to use CSS to add interactivity to hyperlinks with pseudo-classes. Resource websites and chapter links are listed below.

CSS Tutorials

Sprites

A sprite is an image file that contains multiple small graphics that are configured as background images for various web page elements using the CSS background-image, background-repeat, and background-position properties. The single image saves download time because the browser only needs to make one http request for the combined image instead of many requests for the individual smaller images. Check out the following resources for more informaiton on sprites:

More CSS Resources

Chapter Updates

  • No updates have been reported for this chapter.

Questions or Comments

The author would like to hear from you!
Feel free to contact the author with your questions or comments.

Basics of Web Design 5th Edition

Review Activities

Review Games

Review activities are available for this chapter. Check your knowledge of chapter terms and concepts.