blob: f3ac92b1b6e8018ab4dea84703b22c070628742d [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Universal selector (no namespaces)</title>
<style type="text/css">* { color : lime }
ul, p { color : red }
*.t1 { color : lime }
</style>
<link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
<link rel="prev" href="css3-modsel-2.html" title="Type element selectors">
<link rel="next" href="css3-modsel-4.html" title="Omitted universal selector">
<link rel="last" href="css3-modsel-d4.html" title="Dynamic updating of :first-child and :last-child">
<link rel="up" href="./index.html">
<link rel="top" href="../../index.html">
</head>
<body>
<p>
<span class="t1">This paragraph, and all textual contents in the document,
should be green.</span>
</p>
<ul>
<li class="t1">This item should be green.</li>
</ul>
</body>
</html>