html中table边框设置_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:01:04
html中table边框设置_html/css
html中table边框设置_html/css_WEB-ITnose:第一种方法: table{ background-color: #000;}td{ background-color: #fff;} AAAAA aaaaa BBBBB bbbbb 第二种方法: table{ border-collapse: collapse;}td{ border: 1px solid #000;} AAAAA aa
导读html中table边框设置_html/css_WEB-ITnose:第一种方法: table{ background-color: #000;}td{ background-color: #fff;} AAAAA aaaaa BBBBB bbbbb 第二种方法: table{ border-collapse: collapse;}td{ border: 1px solid #000;} AAAAA aa

第一种方法:
第二种方法:
html中table边框设置_html/css
html中table边框设置_html/css_WEB-ITnose:第一种方法: table{ background-color: #000;}td{ background-color: #fff;} AAAAA aaaaa BBBBB bbbbb 第二种方法: table{ border-collapse: collapse;}td{ border: 1px solid #000;} AAAAA aa