Table With Border 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 Border using CSS Table With Border using CSS Use the CSS border property to add a border to the table. # 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 table, th, td { border: 1px solid red; } Live Demo & Try it yourself! Comments
Comments
Post a Comment