html里面表格和标题冲突

怎样才能使标题放到下面 求告知
怎样才能使标题放到下面 求告知
怎样才能使标题放到下面 求告知

img

img

clear:both清除浮动

img

<div>
    <table align="left" border="1">
        <thead><tr><th>属性值</th><th>描述</th></tr></thead>
    </table>
</div>
<div style="clear:both">
    <h1>浮动特性</h1>
</div>

img

您好,我是有问必答小助手,您的问题已经有小伙伴帮您解答,感谢您对有问必答的支持与关注!
PS:问答VIP年卡 【限时加赠:IT技术图书免费领】,了解详情>>> https://vip.csdn.net/askvip?utm_source=1146287632