blob: 692a759304c4d353444aeb2d31eb79d2ca4411b0 [file] [log] [blame]
<html>
<head>
<style type="text/css">
h1 { color: red !important }
h1 { color: blue }
</style>
</head>
<body>
<h1>Html <em>Head</em>ing</h1>
<p>fzz</p>
<h2>Html Heading</h2>
<p>word does honor important.</p>
</body>
</html>