blob: d7a0611c3163706fe7eeae2a7eb09126ce2338e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
div { color: green; }
</style>
</head>
<body>
<div>
<span>test</span>
</div>
<div>
<span>test</span>
</div>
</body>
</html>
|