1 2 3 4 5 6 7 8 9 10 11 12 13
<html> <head> <style> table {border-collapse: collapse; border-bottom: 300px solid orange} div {width:10px; height: 10px; border:thin green solid;} td {padding:0px;} </style> </head> <table><tr><td><div></div></td></tr></table> <div></div> </html>