This is preformatted text. It preserves   both spaces and line breaks.

The pre tag is good for displaying computer code:

 
    My Schedule


     WeekDay

8:00 -  9:00  Calculus
9:00 -  10:00 English
10:00 - 10:30 Nutrition 
10:30 - 11:30 Spanish
11:30 - 12:30 Government
12:30 - 1:00  Lunch
1:00  - 2:00  Internet Pub.
2:00  - 3:00  Cad Design

     Weekend
   
   SAT               SUN
Wakeup             Wakeup
Breakfast          Church
Waste Time         Lunch
Lunch              Waste time listen to music
Study              Workout
Waste Time         Homework
Workout            Chat Online
Dinner             Dinner
Chat Online        
Sleep        

One column:

100

One row and three columns:

100 200 300

Two rows and three columns:

100 200 300
400 500 600

Each table starts with a table tag. Each table row starts with a tr tag. Each table data starts with a td tag.

Normal border:

First Row
Second Row

Thick border:

First Row
Second Row

Very thick border:

First Row
Second Row
This table has a caption:
My Caption
100 200 300
400 500 600

Cell that spans two columns

Name Telephone
Bill Gates 555 77 854 555 77 855

Cell that spans two rows:

First Name: Bill Gates
Telephone: 555 77 854
555 77 854
555 77 855

A background color:

First Row
Second Row

A background image:

First Row
Second Row
Money spent on.... January February
Clothes $241.10 $50.20
Make-Up $30.00 44.45
Food $730.40 $650.00
Food $730.40 $650.00
Sum $1001.50 $744.65
Money spent on.... January February
Clothes $241.10 $50.20
Make-Up $30.00 44.45
Food $730.40 $650.00
Food $730.40 $650.00
Sum $1001.50 $744.65
Product List and Prices<title> </head> <body> <p><h1><center>Product List and Prices</center></h1></p> <center> <table border=10> <tr valign=top> <th rowspan=3>Sierra Fashions</th> <th>Product Name and Description</th> <th>Price Per Unit</th> <th>Units Available</th> </tr> <tr> <td>Blouse-red silk</td> <td>$39.95</td> <td>150</td> </tr> <tr> <td>Pants - blank cotton</td> <td>$57.98</td> <td>300</td> <html> <head> <title>Product List and Prices<title> </head> <body> <p><h1><center>Product List and Prices</center></h1></p> <center> <table border=10> <tr valign=top> <th rowspan=3>Sierra Fashions</th> <th>Product Name and Description</th> <th>Price Per Unit</th> <th>Units Available</th> </tr> <tr> <td>Blouse-red silk</td> <td>$39.95</td> <td>150</td> </tr> <tr> <td>Pants - blank cotton</td> <td>$57.98</td> <td>300</td>