Preformatted Text

Skills Covered
Preformat <pre>...</pre>
Font Size <font size="">...</font>
         It's actually much easier to 
			  control text than I've let on...
 					using the <pre>...</pre> tags 
			             and the font size=""attribute!!!

In previous lessons we have seen that a web browser will ignore extraneous space characters, tabs, and carriage returns in your HTML files. However, there are some instances where it will be important to maintain these aspects of page layout. In this lesson, the example will be where we want to insert a table of text with aligned columns.