Add Empty Row In HTML
How do you add an empty row in HTML? To add an empty row in HTML for your table use the code <tr><td colspan=”X”> </td></tr> otherwise if you want to add an empty row without using a table use the <hr> tag. Here are some examples demonstrating how adding an empty row looks in your HTML …