使用HTML完成如图所示

img

h3这种标签和+hr+ul的组合,不难啊,示例代码如下

img

<h3>唐诗三百首</h3>
<hr />
<ul>
    <li>
        五言绝句
        <ul>
            <li>行宫(元模)</li>
            <li>春晓(孟浩然)</li>
        </ul>
    </li>
    <li>七言绝句</li>
    <li>五言律诗</li>
</ul>
<hr />

李白
<div style="padding-left:40px">
    李白(701年-762年),字太白,号青理居士<br />
    期浪漫主义诗人,被后人誉为“诗仙”。
</div>
<hr />
<h3>古文排行榜</h3>
<ul style="list-style-type:decimal">
    <li>江雪柳宗元</li>
    <li>赤杜牧</li>
</ul>

img

https://www.w3school.com.cn/html/html_lists.asp
html列表
https://blog.csdn.net/m0_53521757/article/details/115292904
html列表空心点
https://www.w3school.com.cn/tags/tag_hr.asp
html水平线