Web accessibility service pageWeb accessibility service page

1.9:H101108 If an image conveys important information beyond what is in its alternative text, provide an extended description.

Improper design

When image replaced text is not clear enough, the alt used for"figure below: the e-learning promoted by business administration often faced difficulties".

Improper design:

  <IMG src="e1.gif" alt="figure:business administration promotion on e-learning often faced difficulties">
          

Proper demonstration

In IMG label the use of longdesc super linked to text explanation page (e_url.jsp)provided more text explanation.

Proper example:

  <IMG src="e1.gif" alt="figure:business administration promotion on e-learning often faced difficulties" longdesc="e_url.jsp">
          
End of Main Content