标签: html css
我有一张有边框的桌子。我想删除每一行的底线(或者更好,从特定的行)。我怎样才能在CSS中实现它?
答案 0 :(得分:2)
使用:nth-child
:nth-child
:nth-child(even){border-bottom: none}