6 lines
212 B
HTML
6 lines
212 B
HTML
<html>
|
|
<head><style id="s">div:first-letter { float: left; }</style></head>
|
|
<body onload="document.getElementById('s').disabled = true;">
|
|
<div style="column-count: 2;"> ۍ<div>T</div></div>
|
|
</body>
|
|
</html>
|