Set cellpadding and cellspacing in CSS?

前端 未结 28 1104
暖寄归人
暖寄归人 2020-11-22 02:15

In an HTML table, the cellpadding and cellspacing can be set like this:

28条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 02:36

    You can check the below code just create a index.html and run it.

    
    
    
    
      
    
    
    
      
Col 1 Col 2 Col 3
1 2 3

OUTPUT :

提交回复
热议问题