您的位置:首页技术文章
文章详情页

如何往<thead> 所属的部份添加颜色

【字号: 日期:2022-06-22 14:22:01浏览:49作者:猪猪

问题描述

<div style="color: bule "> <thead >

<tr> <th> 姓名</th>

<th>php</th>

<th> python</th>

<th>java</th></tr>

</thead> </div>

这样为什末不行?

问题解答

回答1:

在<th>中加入这个 bgcolor

相关文章: