当前位置:Gxlcms > html代码 > JSP页面如何设置带黑色边框的table_html/css_WEB-ITnose

JSP页面如何设置带黑色边框的table_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:149人阅读

JSP页面如何设置带黑色边框的table


回复讨论(解决方案)

定义要用的

 border-style: solid;  border-color: black;

.blackborder{border:1px solid black;}

3322

人气教程排行