DEV Community

Karthick (k)
Karthick (k)

Posted on

Core Concepts of HTML

15-05-2026

  1. border collapse function? The border-collapse CSS property sets whether cells inside a
    have shared or separate borders. Using border-collapse can help to create the visual lines you desire in a table layout.

    2.Css Box-shadow property

    The CSS Box-shadow property is used to add a shadow effect to the edges of an element. You can apply multiple shadows by separating them with commas.
    

    Referenced by:https://www.geeksforgeeks.org/css/css-box-shadow-property/

Top comments (0)