Guidelines
Avoid these if you want to mark important text:
| OK for graphical effects (presentation through graphical browsers) in XHTML 1.0 — but not to mark important text. | |
| <b> </b> | |
| <i> </i> |
Replace them with these to mark important text:
| These tags can be read by graphical and non-graphical browsers alike, including speech-synthesizers — and also by search engine robots (spiders). | |
| <em> </em> | |
| <strong> </strong> |
