English [?b?di] American [?bɑ:di]

n.Body; corpse; group; object

vt. Give Shape

3?? ??: bodies ?? ??: bodying ?? ??: bodied

HTML tbody ?? ???

??: HTML ???? ?? ??? ?????.

??: tbody ??? thead ? tfoot ??? ?? ???? ???. thead, tfoot, tbody ??? ???? ?? ?? ??? ?? ???? ???. thead, tfoot, tbody ??? ????? ????? ?? ???? ?? ?? ???? ???? ? ????. ??? ?? ??? ??? ??? ???? ???.

??: ????? ??? ??? ??? ????? ??? ?? ????. ??? CSS? ???? ??? ??? ???? ??? ????? ? ? ????. <thead> ?? <tr> ??? ??? ???. <thead>, <tbody> ? <tfoot>? ???? ??? ?? ?? ?? ???? ????.

HTML tbody ?? ?

<html>
<head>
<style type="text/css">
thead {color:green}
tbody {color:blue;height:50px}
tfoot {color:red}
</style>
</head>
<body>

<table border="1">
  <thead>
    <tr>
      <th>Month</th>
      <th>Savings</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>January</td>
      <td>0</td>
    </tr>
    <tr>
      <td>February</td>
      <td></td>
    </tr>
  </tbody>
  <tfoot>
    <tr>
      <td>Sum</td>
      <td>0</td>
    </tr>
  </tfoot>
</table>

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????