9 lines
202 B
HTML
9 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl" style="column-count: 2; padding-left: 40000px;">
|
|
<body onload="document.getElementById('x').style.cssFloat = '';">
|
|
|
|
A<br id="x" style="float: right;">
|
|
B
|
|
|
|
</body>
|
|
</html>
|