blob: 0de424fbdf07da5aaec3a694dff1b518c6d1df27 (
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>ab ۍ c</div>
</body>
</html>
|