blob: 7a085dffd824696d22ffb40b0207a7d570483a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<style>
div {
border: 1px solid black;
font-family: monospace;
width: 10ch;
}
</style>
</head>
<body>
<div>
<span style="direction: rtl;">
<span style="unicode-bidi: bidi-override; color: blue;">abcd abcd abcd</span>
foo
</span>
</div>
</body>
</html>
|