2022-06-26 22:08:03 +03:00
|
|
|
<!doctype html><html lang=en><title>Document</title><body><style>a{color:red}</style>
|
2022-06-20 16:05:48 +03:00
|
|
|
<style>a{color:red}</style>
|
|
|
|
<style>a{color:red}</style>
|
|
|
|
<style type=not/css>
|
2022-06-15 07:04:57 +03:00
|
|
|
K e E p
|
|
|
|
</style>
|
2022-06-20 15:25:43 +03:00
|
|
|
<svg>
|
2022-06-21 17:28:53 +03:00
|
|
|
<style>a{color:red}</style>
|
|
|
|
</svg>
|
|
|
|
<style>p{color:red}</style>
|
|
|
|
<style>a{color:red}@media all{p{color:red}}</style>
|
|
|
|
<style>.test{color:red}</style>
|
|
|
|
<svg viewBox="0 0 10 10">
|
|
|
|
<style>circle{fill:gold;stroke:maroon;stroke-width:2px}</style>
|
|
|
|
|
|
|
|
<circle cx=5 cy=5 r=4 />
|
|
|
|
</svg>
|
|
|
|
<math>
|
2022-06-20 15:25:43 +03:00
|
|
|
<style>
|
2022-06-21 17:28:53 +03:00
|
|
|
/* This is not style */
|
|
|
|
|
|
|
|
.class {
|
|
|
|
color: red
|
2022-06-20 15:25:43 +03:00
|
|
|
}
|
|
|
|
</style>
|
2022-06-26 22:08:03 +03:00
|
|
|
</math>
|