How to specify the bottom border of a ?

前端 未结 5 1770
陌清茗
陌清茗 2020-12-17 09:58

I tried :

.bb {
    border-bottom:1px;
}


But no effect at all.

5条回答
  •  囚心锁ツ
    2020-12-17 10:08

    You should define the style on the td element like so:

    
    
        
    
    
        
    Test 1
    Test 2

提交回复
热议问题