blob: 425961b1a7e27f67237ba091a3f961c63cbd8c84 (
plain)
1
2
3
4
5
6
7
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<style>
div:first-letter { float: right; }
</style>
</head><body onload="document.getElementById('a').style.fontFamily = 'a';"><div id="a"> ‫<span></span></div></body></html>
|