I need to give space or break between two rows, so that my page will looks good.
if you look my code i had given many empty rows and column to make a space between t
border spacing attribute has to be specified in CSS table { border-collapse:separate; border-spacing:10px 0px; }
The above code set 10px spacing between the rows and 0px spacing between the columns