实例 colgroup 和 col 标签为表格中的三个列设置了背景色: table border="1" colgroup col span="2" style="background-color:red" col style="background-color:yellow" /colgroup tr thISBN/th thTitle/th thPrice/th /tr tr td347689...
实例 colgroup 和 col 标签为表格中的三个列设置了背景色: table border="1" colgroup col span="2" style="background-color:red" col style="background-color:yellow" /colgroup tr thISBN/th thTitle/th thPrice/th /tr tr td347689...
实例 带有 thead、tfoot 和 tbody 元素的 HTML 表格: table border="1" thead tr thMonth/th thSavings/th /tr /thead tfoot tr tdSum/td td$180/td /tr /tfoot tbody tr tdJanuary/td td$100/td /tr tr tdFebruary/td td$80/td /tr /tbody/tabl...
实例 带有 thead、tfoot 和 tbody 元素的 HTML 表格: table border="1" thead tr thMonth/th thSavings/th /tr /thead tfoot tr tdSum/td td$180/td /tr /tfoot tbody tr tdJanuary/td td$100/td /tr tr tdFebruary/td td$80/td /tr /tbody /tab...
实例 带有 thead、tfoot 和 tbody 元素的 HTML 表格: table border="1" thead tr thMonth/th thSavings/th /tr /thead tfoot tr tdSum/td td$180/td /tr /tfoot tbody tr tdJanuary/td td$100/td /tr tr tdFebruary/td td$80/td /tr /tbody/tabl...
实例 2 个不同的有序列表实例: ol liCoffee/li liTea/li liMilk/li/ol ol start="50" liCoffee/li liTea/li liMilk/li/ol 尝试一下 » 浏览器支持 元素 ol Yes Yes Yes Yes Yes 标签定义及使用说明 ol 标签定义了一个...
实例 无序 HTML 列表: ul liCoffee/li liTea/li liMilk/li/ul 尝试一下 » (更多实例见页面底部) 浏览器支持 标签 ul Yes Yes Yes Yes Yes 标签定义及使用说明 ul 标签定义无序列表。 将 ul 标签与 li...
实例 HTML 两个列表实例: 一个有序列表 (ol) 和 一个无序列表 (ul) : ol liCoffee/li liTea/li liMilk/li /ol ul liCoffee/li liTea/li liMilk/li /ul 尝试一下 » (本页底部查看更多实例) 浏览器支持 目前多数主...
实例 带有项目和描述的描述列表: dl dtCoffee/dt ddBlack hot drink/dd dtMilk/dt ddWhite cold drink/dd/dl 尝试一下 » 浏览器支持 所有主流浏览器都支持 dl 标签。 标签定义及使用说明 dl 标签定义一个...
实例 带有项目和描述的描述列表: dl dtCoffee/dt ddBlack hot drink/dd dtMilk/dt ddWhite cold drink/dd/dl 尝试一下 » 浏览器支持 所有主流浏览器都支持 dt 标签。 标签定义及使用说明 dt 标签定义一个...