Home  >  Article  >  Web Front-end  >  [HTML][CSS]table中加边框的样式(所有td都加薄边框)_html/css_WEB-ITnose

[HTML][CSS]table中加边框的样式(所有td都加薄边框)_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:48:301243browse

table中加边框的样式(所有td都加薄边框)


  <style type="text/css"> 	.border-table { 		border-collapse: collapse; 		border: none; 	} 	.border-table td { 		border: solid #000 1px; 	} </style>

	
No User Info
UserCode UserName ID CARD
1 1001 王德封 330623***********9
2 1002 王祉临 3301*************9 3 1003 王祉依 3301*************0


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn