Course Technology Logo   Principles of Web Design
3rd Edition
    Home  >  Chapter 7

Table of Contents
 Home
 Chapter 1
 Chapter 2
 Chapter 3
 Chapter 4
 Chapter 5
 Chapter 6
 Chapter 7
 Chapter 8
 Chapter 9
 Chapter 10
 Chapter 11
red dot image
Web Warrior Series

Chapter 7 - Web Typography

Everyone visiting your Web site is a reader and responds instinctively to words set in type. The consistent use of type provides valuable information cues to the reader, and recent innovations provide powerful tools for working with type. Until recently,Web typography meant having to use too many tags and lots of text as graphics. Today, Cascading Style Sheets offers a potent style language, allowing you to manipulate a variety of text properties to achieve professional, effective results, all without resorting to graphics that add download time.

When you complete this chapter, you will be able to:

  • Understand type design principles
  • Understand Cascading Style Sheets (CSS) measurement units
  • Use the CSS font properties
  • Use the CSS text spacing properties
  • Create a font and text properties style sheet

Resource Links

Exercise Files

  • Download webnews.htm, the source file for the "Creating a Font and Text Properties Style Sheet" exercise.

Case Project

Design the type hierarchy for your Case Project Web site. Create a type specification HTML page that shows examples of the different typefaces and sizes and how they will be used. This can be a mock-up page that uses generic content but demonstrates the overall typographic scheme.

Consider the following questions:

  • What will be the style for the body type?
  • How many level of headings are necessary?
  • What are the different weights and sizes of the headings?
  • How will text be emphasized?
  • Will hypertext links be standard or custom colors?

Top