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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -