wordPress插入包含页眉的表格

实现效果

实现方法

<figure class="wp-block-table">
    <table class="has-fixed-layout">
    
        <thead>
            <tr>
                <th></th>
                <th></th>
            </tr> 
        </thead>
        
        <tbody>
        <tr>
            <td></td>
            <td></td>
        </tr>
        </tbody>
        
    </table>
</figure>

posted @ 2025-06-03 12:40  article  阅读(23)  评论(0)    收藏  举报