The CSS property ______ is used to remove space between the borders of adjacent table cells.
- border-collapse
- border-merge
- border-none
- border-spacing
The border-collapse property in CSS specifies whether the borders of table cells should be collapsed into a single border or separated as in standard HTML. Setting border-collapse: collapse; ensures that adjacent table cells share a single, continuous border, thus removing any space between them.
Loading...
Related Quiz
- Which attribute is essential to specify the source of an image?
- How does using appropriate heading tags (h1 to h6) benefit SEO?
- How can you create a mailto: link that includes multiple recipients?
- You're developing a website for an art gallery, which will showcase high-quality images of artworks. How would you manage the loading of high-resolution images without compromising the user experience, especially considering users with slower internet connections?
- How do the span and div elements differ concerning content placement and styling?