ScotConnect

What about using BIG and SMALL tags?

Todd Fahrner notes that using the HTML tags BIG and SMALL gives the most consistent and robust results when setting font sizes in Web pages for version 3 browsers and above. (Beyond the FONT tag: Practical HTML text styling ). The BIG and SMALL tags are extremely easy to implement.The following example sets the text one step larger than the default:

<big>some text</big>

Similarly, the following sets the text one step smaller:

<small>some text</small>

Visit Todd Fahrner website for further examples.

The BIG and SMALL tags are user scalable, so there are no serious accessibility issues that I am aware of; I would not counsel you against using them. However there are a few issues you should consider:

If we are interested in moving towards the goal of divorcing content from the presentation of that content, these tags would more usefully be replaced with attributes declared in a separate style sheet.

However, BIG and SMALL are perfectly legal HTML elements, and they may be just what you want in terms of setting consistent cross-browser text sizes.

Index | Next: Setting the size of text with the Font tag


Free weekly accessible web design tip

Register for your weekly accessible web design tip 
Email: