RSS Browser

This page tests whether the style element works in different cases. This page uses CDATA.

This link should be red

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<html>
<head>
<title>RSS Browser</title>
<style type="text/css">
<![CDATA[ a:link { color: yellow } ]]>
</style>
</head>
<body>
<p>This page tests whether the style element works in different cases. This page uses CDATA.</p>
<p>
<a href="cdata.html">This link should be red</a>
</p>
</body>
</html>