Source code

Revision control

Copy as Markdown

Other Tools

<!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>