Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

see line from table html

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

table tr:last-child { 
    border-bottom: none; 
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #line #table #html
ADD COMMENT
Topic
Name
1+3 =