<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>NZ_S_2_2</title>
<style type="text/css">
#dark {
background-color: #666666;
color: #000000;
}
#light {
background-color: #FFFFFF;
color: #CCCCCC;
}
#good {
background-color: #FFFFCC;
color: #0000CC;
}
</style>
</head>
<body>
<!--this will return an error-->
<div id="dark">dark text be here</div>
<div id="light">light text be here</div>
<!--this will not return an image-->
<div id="good">good text be here</div>
</body>
</html>