Table With Collapsed Borders using CSS in Punjabi | Table CSS Border | HTML Tutorials | Online HTML Editor on July 08, 2023 Get link Facebook X Pinterest Email Other Apps Table With Collapsed Borders using CSS Table With Collapsed Borders using CSS # Name of Student Class 1. Taranpreet Singh 6th 2. Mehakpreet Kaur 7th 3. Veerpal Kaur 8th 4. Jasmeen 9th 5. Sonia 10th 6. Jaskaran Singh 11th 7. Arshdeep Kaur 12th If you want the borders to collapse into one border, add the CSS border-collapse property. table, th, td { border: 1px solid red; border-collapse: collapse; } Live Demo & Try it yourself! Comments
Comments
Post a Comment