table 中的 border 属性是针对整个 table,所以在 table 上设置了 border 属性,table 中的每一个 td、th 都会有
边框;\x0d\x0a\x0d\x0a而 css 或者说 style,是只针对单一标签的,所以如果仅仅在 table 标签设定 css 的 border 的话,就只有 table 有边框,里面的 td、th 是没有边框的。\x0d\x0a\x0d\x0a如果楼主想用 css 的方式,可以这样写试试:\x0d\x0atable, table td{ border:1px solid #000 }\x0d\x0a效果应该和
一样
回答于 2022-11-16
抢首赞
已踩
0
查看全部1个回答
— 为你推荐更多精彩内容 —
正在加载
加载失败 点击重新加载
微信
微博
QQ
QQ空间
答案纠错
举报
取消
赞赏答主
5
10
50
100
200
已赞赏0财富值
合计:0 财富值
登录后赞赏
选择举报类型
侵犯版权
色情低俗
涉嫌违法犯罪
时政信息不实
垃圾广告
低质灌水
工作人员会在48小时内处理,处理结果请关注系统通知,感谢您对百度知道的支持。
确定
void function(a,b,c,d,e,f){function g(b){a.attachEvent?a.attachEvent("onload",b,!1):a.addEventListener&&a.addEventListener("load",b)}function h(a,c,d){d=d||15var e=new Datee.setTime((new Date).getTime()+1e3*d),b.cookie=a+"="+escape(c)+"path=/expires="+e.toGMTString()}function i(a){var c=b.cookie.match(new RegExp("(^| )"+a+"=([^]*)(|$)"))return null!=c?unescape(c[2]):null}function j(){var a=i("PMS_JT")if(a){h("PMS_JT","",-1)try{a=a.match(/{["']s["']:(\d+),["']r["']:["']([\s\S]+)["']}/),a=a&&a[1]&&a[2]?{s:parseInt(a[1]),r:a[2]}:{}}catch(c){a={}}a.r&&b.referrer.replace(/#.*/,"")!=a.r||alog("speed.set","wt",a.s)}}if(a.alogObjectConfig){var k=a.alogObjectConfig.sample,l=a.alogObjectConfig.randd="https:"===a.location.protocol?"https://fex.bdstatic.com"+d:"http://fex.bdstatic.com"+d,k&&l&&l>k||(g(function(){alog("speed.set","lt",+new Date),e=b.createElement(c),e.async=!0,e.src=d+"?v="+~(new Date/864e5)+~(new Date/864e5),f=b.getElementsByTagName(c)[0],f.parentNode.insertBefore(e,f)}),j())}}(window,document,"script","/hunter/alog/dp.mobile.min.js")
window.tt = 1678022442
在html中设置表格中字体的颜色用css的style实现,下面用一个html5文档具体演示一下:
1、新建一个html文档,在html中加入table,如下图所示
2、在table中加入style属性,通过给color设置颜色值修改字体颜色,如下图所示
3、也可以将style加到head标签内,如下图所示
4、最后运行html文档,就可以看到table内的字都变颜色了,如下图所示
评论列表(0条)