巢狀式結構

在 Avane 中透過縮排來達成巢狀式結構。

Avane

table
    thead
        tr
            th 標頭
    tbody
        tr
            td 欄位

渲染效果

<table>
    <thead>
        <tr>
            <th>
                標頭
            </th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>
                欄位
            </td>
        </tr>
    </tbody>
</table>

results matching ""

    No results matching ""