blob: 45fd1a453f94e00614ba27423edae1f6cf6e5cc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div:first-letter { float: right; color: lime; }
</style>
</head>
<body dir="rtl">
<div><span>ab ۍ c</span></div>
</body>
</html>
|