blob: 46bfede1a5ba155f4c1d6750d1bc941909522b1a [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Three paragraphs, green</title>
<style type="text/css">
p { color: lime }
</style>
</head>
<body>
<p>This paragraph should be in green characters.</p>
<p>This paragraph should be in green characters.</p>
<p>This paragraph should be in green characters.</p>
</body>
</html>