blob: b788b7231df373d5ea7bdd955657c1c2694e6ea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.border { border: 1px solid blue; }
</style>
</head>
<body>
<span class="border">
<span>x</span>
</span>
</body>
</html>
|