DEV Community

Karthick (k)
Karthick (k)

Posted on

Core Concepts of HTML

15-05-2026

  1. border collapse function? The border-collapse CSS property specifies whether cells in a
    share or have 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 (1)

Collapse
 
kamalesh_ar_6252544786997 profile image
Kamalesh AR

Good broπŸ‘οΈ