Answers for "line in html table"

0

see line from table html

​table tr {
    border-bottom: 1px solid black;
}​

table tr:last-child { 
    border-bottom: none; 
}
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language