在html的表格中,怎么把表格的边框设置为实线框?具体的代码是什么?谢谢

 我来答
xdownx
推荐于2017-10-07 · TA获得超过2052个赞
知道小有建树答主
回答量:1135
采纳率:0%
帮助的人:1201万
展开全部
<style type="text/css">
<!--
.tableborder {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
/*以上分别设置的是表格边框中上右下左的边框宽度*/
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
/*设置边框的表现样式,solid为实线*/
border-top-color: #0000FF;
border-right-color: #0000FF;
border-bottom-color: #0000FF;
border-left-color: #0000FF;
/*设置边框的颜色*/
}
-->
</style>
<table width="300" height="100" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
<tr>
<td>class="tableborder"是对样式的调用,写在table标签内</td>
<td> </td>
</tr>
</table>
QinQinMeCC
2011-10-12 · TA获得超过2017个赞
知道小有建树答主
回答量:808
采纳率:100%
帮助的人:564万
展开全部
写个样式:
.divTable {
padding: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: none;//上边
border-right-style: none;//右边
border-bottom-style: solid; //就是这个 它这个是把表格的t最下面一行设为实线
border-left-style: none;//左边
border-bottom-color: #ababab;
FONT-SIZE: 12px;
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
4563421f
2018-10-18
知道答主
回答量:1
采纳率:0%
帮助的人:818
展开全部
table代码中有一个cellspacing方法,默认为2调成0就是实线了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hahazaixian6a
2011-10-12 · TA获得超过1295个赞
知道小有建树答主
回答量:1265
采纳率:100%
帮助的人:706万
展开全部
table{border:1px solid #000;}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
MYP996
2018-07-10
知道答主
回答量:5
采纳率:0%
帮助的人:4080
展开全部
public static void main(agrs Stytem[]){
    System.out.println("这是什么");
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式