<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Style attribute specificity test</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<meta http-equiv="Content-Style-Type" content="text/css" />
	<link rel="copyright" href="http://dbaron.org/legal.html" />
	<style type="text/css">
	<![CDATA[

	p#para {
		color: #090;
	}

	]]>
	</style>
</head>
<body>

<h1>Style attribute specificity test</h1>

<p id="para" style="">What is the color of this text?</p>

<hr title="Beginning of Footer" />
<p><a href="http://validator.w3.org/check/referer" title="W3C HTML Validator"><img src="../../../images/vh40" alt="Valid HTML 4.0!" height="31" width="88" /></a></p>
<p>(Back to
<a href="./">Style Attribute Specificity Testing</a>,
<a href="../">CSS Testing</a>,
<a href="../../">CSS</a>,
<a href="../../../">David Baron</a>)</p>
<p><a href="/~dbaron/" title="David Baron's Homepage">LDB</a>,
<a rev="made" href="mailto:dbaron@fas.harvard.edu" TITLE="Send e-mail to David Baron">dbaron@fas.harvard.edu</a></p>

</body></html>
