7 lines
226 B
HTML
7 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body onload="document.getElementById('d').style.columnWidth = '';">
|
|
<div id="d" style="height: 1px; column-width: 1px;">d d <span style="position: absolute;"></span></div>
|
|
</body>
|
|
</html>
|