Using the Example HTML File

The example you use in this chapter is a table that compares the effects of various down-payment sizes when purchasing a home. The example HTML file, downpayment.html, should already be available, if you downloaded and extracted the example files to your working folder. You can also type in the example file, if you wish (see Figure 12.1):

Listing 12.1. DOWNPAYMENT.HTML—Down-payment Size Effects
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Down-Payment Size Effects</title> <style type="text/css"> </style> </head> <body> <table border="1"> <caption>Table I. Down-Payment Size Effects ($200,000 home at 8 percent interest) <colgroup id="cgroup1"> ...

Get Cascading Style Sheets (CSS) by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.