blob: 232531cce5ece0790b46fb968ae3d6f8c79d61f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div:first-letter { font-size: 7em; }
</style>
</head>
<body style="width: 3px; float: left;" onload="document.body.style.direction = 'rtl';"><div><br> A B</div></body>
</html>
|