blob: 3013c7050c3c6f057e295923d43c87da6c09751f [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
p { color: green; }
</style>
<body>
<p>This text should be green.</p>
</body>