+ 1
How is the cellpading and cellspacing use in tables in HTML ?write one of its code.
Plzz tell me guys!
3 RĂ©ponses
+ 3
From tutorials point
"There are two attributes called cellpadding and cellspacing which you will use to adjust the white space in your table cells. The cellspacing attribute defines space between table cells, while cellpadding represents the distance between cell borders and the content within a cell."
Pls have search in the Internet first as you will get various resources
https://www.tutorialspoint.com/html/html_tables.htm : original link
+ 3
https://html.com/tables/cellpadding-cellspacing/
How did I find it? I used Google.
+ 2
Thanks đ