Web accessibility service pageWeb accessibility service page

3.2:H203201 Ensure Web design documents have standard HTML language.

Improper design

The example below used B label to expose Web design for important information, this kind of usage caused the appearance of bold fonts, thus hindering obtaining the important information. The B label within the HTML4.01 was defined as"Bold", but STRONG and EM are the emphasizing labels.

Improper design:

Web text section<B>important information</B>appearance

Proper demonstration

The proper demonstration of the STRONG label usage allows Bold fonts as well as the importance of the document.

Proper example:

Web text section<STRONG>important information</STRONG>appearance
End of Main Content