This file demonstrates the use of an object, 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>

<object classid="myclass.class" 
        title="This is a bogus object">
  middle description
</object><a href="explicitely_description.htm">D</a>

</body>
</html>