This file demonstrates the use of an applet, and warns the user to ensure that information is not conveyed throught color alone.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>alert 1.0/2.1.1</title>
</head>
<body>

<applet code="applet.class" 
        alt="little applet description" 
        longdesc="explicitely_description.htm">
  medial applet description
</applet><a href="explicitely_description.htm">D</a>

</body>
</html>