Controlling text size with relative units
Ok, if you are ready to adopt the strategy of using relative rather than absolute units to set the size of text on your web pages, let's look at the techniques that are at our disposal. Below are the main techniques you can use to set the size of the text on the Web,
- Use Cascading Style Sheets (CSS).
- Use the FONT tag.
- Use the HTML tags <BIG> and <SMALL>
Of the above the most standards compliant choice would be to use Cascading Style Sheets.
Index | Next: Using Cascading Style Sheets