Standard HTML form tags used in the order of (experience)

<table>
  <Caption> title </ caption>
 
  <colground>
    <col>
    <col>
    <col>
  </colground>
 <thead>
  <tr>
   <Th> Header 1 </ th>
   <Th> header 2 </ th>
   <Th> header 3 </ th>
  </tr>
 </thead>
 
 <tfoot>
  <tr>
   <td>TFOOT-TD1</td>
   <td>TFOOT-TD2</td>
   <td>TFOOT-TD3</td>
  </tr>
 </tfoot>
 
 <tbody>
  <tr>
   <td>TBODY-TD1</td>
   <td>TBODY-TD2</td>
   <td>TBODY-TD3</td>
  </tr>
 </tbody>

Guess you like

Origin www.cnblogs.com/nxmxl/p/11909535.html