Formatting

Why it Matters |   How To... |   Testing |   Guidelines

Why it Matters

It is a good idea to separate content from presentation. If you combine content with presentation (for instance by saying you want the text displayed in italics by using the italics tag) then this is meaningless for those using screen readers.

[return to top]

How To...

Use emphasis () instead of italics () tags. Use strong () instead of bold () tags.

They will appear the same, but they sound different in a screen reader (italics are said in a normal voice, emphasis is said with emphasis).

Use style sheets rather than the font ()tag for all presentation.

[return to top]

Testing

Test by viewing the source code and looking for the tags.

[return to top]

Guidelines

Checkpoint 11.2Avoid deprecated features of W3C technologies.

[return to top]