aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/-test21.htm
blob: 7e2d7c9ea2037798e7875c634878b6c93f32d6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<table style="background-color: red; width: 300px">
    <tr>
        <td>
            <table style="margin:0.5em auto">
                <tr>
                    <th>
                        Lorem ipsum
                    </th>
                </tr>
            </table>
        </td>
    </tr>
</table>