blob: 8630e2ba06ce7015cf353187e2846f8f6964ca2c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: color</title>
<style type="text/css">
.one {color: green;}
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" title="14.1 Foreground color: the 'color' property">
</head>
<body>
<p class="one">
This line should be green.
</p>
<p style="color: green;">
This line should be green.
</p>
</body>
</html>