Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
附件是我制作的 HTML 表格的屏幕截图。我使用一些简单的 css 将表格单元格着色为那种颜色......页面背景是蓝色,看起来像是它们之间的某种边界。如何删除单元格之间的边框/空间?
选项1
<table cellspacing="0">
选项 2
/* CSS */ table { border-collapse: collapse; }