Valery
5/5/2020 - 4:33 PM

<table> in html

<table border='2' align="center">
  <tr>
    <th> 1</th>
    <th> 2</th>
    <th> 3</th>
    <th> 4</th>
  </tr>
  <tr>
     <td>love is 1</td>
    <td>love is 2</td>
    <td>love is 3</td>
    <td>love is 4</td>
    
    </tr>
  <tr>
     <td>love is 1</td>
    <td>love is 2</td>
    <td>love is 3</td>
    <td>love is 4</td>
    
    </tr>
 </table>