html5 - space between rows in table html -
how add space specific row in html.
<table> <tr> <td> 1 </td> <tr> <tr> <td> 2 </td> <tr> <tr> <td> 3 </td> <tr> </table>
i want add space between 2 , 3 only.
add second <tr>
:
style="height: 20px; vertical-align: top;"
so becomes: 2
as side note, recommend take @ css is.
Comments
Post a Comment