blob: 63f4e431da46057705b4d4bfc926f96779700a09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<style> * { color: red } </style>
<style id="t">* { color: green }</style>
</head>
<body>
<span class="test">This text should be green</span>
</body>
</html>
|