blob: ec862ff1e08e96aff25237f56682dc0df830e39a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Simple calc expression in table layout</title>
<table border style="table-layout: fixed; width: 200px">
<tr>
<td style="width: 50%">x</td>
<td>y</td>
<td>z</td>
</tr>
</table>
|