Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1

(^106) Chapter 3 Configuring Color and Text with CSS
body { background-color: #000066;
color: #CCCCCC;
font-family: Arial,sans-serif;
}
h1 { background-color: #FFFFFF;
color: #000066;
}
.footer { font-size: 80%;
font-style: italic;
}






Trillium Media Design




Home About
Services



Our professional staff takes pride in its working relationship
with our clients by offering personalized services that listen to
their needs, develop their target areas, and incorporate these
items into a well presented Web site that works.


 


 








  1. Fill in the Missing Code.This Web page should be configured so that the back-
    ground and text colors have good contrast. The

    tag should use Arial. Some
    CSS properties and values, indicated by ""(underscore), are missing. Some
    XHTML tags, indicated by <
    >, are missing. Fill in the missing code.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Trillium Media Design