blob: 837ad90234791284c88cfb8fe8a147a6409330da (
plain)
1
2
3
4
5
6
7
8
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
div:first-letter { }
</style>
</head>
<body onload="document.getElementById('s').style.height = '700px';" style="text-align: justify;"><div><span id="s" style="unicode-bidi: bidi-override;">Hello ين</span></div></body>
</html>
|