2022-04-25 17:34:36 +03:00
|
|
|
<!doctype html><html lang=en><head>
|
2022-04-25 16:44:53 +03:00
|
|
|
<title>Document</title>
|
|
|
|
<style>
|
|
|
|
h1 {color:red;}
|
|
|
|
p {color:blue;}
|
|
|
|
</style>
|
|
|
|
<style>
|
|
|
|
h1 {color:red;}
|
|
|
|
p {color:blue;}
|
|
|
|
</style>
|
|
|
|
<style>
|
|
|
|
h1 {color:red;}
|
|
|
|
p {color:blue;}
|
|
|
|
</style>
|
|
|
|
<style type=" ">
|
|
|
|
h1 {color:red;}
|
|
|
|
p {color:blue;}
|
|
|
|
</style>
|
|
|
|
<style>
|
|
|
|
h1 {color:red;}
|
|
|
|
p {color:blue;}
|
|
|
|
</style>
|
|
|
|
<style type=unknown/unknown>
|
|
|
|
h1 {color:red;}
|
|
|
|
p {color:blue;}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-04-28 05:30:53 +03:00
|
|
|
<p style="color: red; background-color: rgb(100, 75, 200);"></p>
|
|
|
|
<p></p>
|
2022-04-25 16:44:53 +03:00
|
|
|
|
|
|
|
</body></html>
|