blob: c49a11f746c948c9b07e3475585632f4af1d2774 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.flipped { direction: rtl; unicode-bidi: bidi-override; }
</style>
</head>
<body><div class="flipped">AB</div>
</body>
</html>
|