зеркало из https://github.com/mozilla/pjs.git
21 строка
779 B
HTML
21 строка
779 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="font-family: monospace">
|
|
<span style="display: table-row">
|
|
<span style="display: table-cell">Row 1, Col 1</span>
|
|
<span style="display: table-cell">Row 1, Col 2</span>
|
|
<span style="display: table-cell">Row 1, Col 3</span>
|
|
</span>
|
|
<span style="display: block">
|
|
<span style="display: table-cell">Row 22, Col 1</span>
|
|
<span style="display: table-cell">Row 22, Col 2</span>
|
|
<span style="display: table-cell">Row 22, Col 3</span>
|
|
</span>
|
|
<span style="display: table-row">
|
|
<span style="display: table-cell">Row 333, Col 1</span>
|
|
<span style="display: table-cell">Row 333, Col 2</span>
|
|
<span style="display: table-cell">Row 333, Col 3</span>
|
|
</span>
|
|
</body>
|
|
</html>
|