blob: df44a517cf35f46669347462e009b40acd6f1fff [file] [log] [blame]
<html style="color: aqua;
background:silver;">
<head>
<style>
a {
color:
blue,
red;
}
h1 {
background: smth;
} </style>
<style>
h2 {
color: red;
}
</style>
</head>
<body>
<h1>title</h1>
</body>
</html>