English [hed] American [h?d]

n. ??; ??, ??

vt.?? ??;

vi.? ?? ????; ??

adj ???? ?????. 3?? ??: ??; ?? ?? ??: ?? ?? ??: ??

HTML ?? ?? ???

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

??: thead ??? tbody ? tfoot ??? ?? ???? ???. tbody ??? HTML ???? ?? ??? ????? ? ???? ??, tfoot ??? HTML ???? ??? ???(???) ??? ????? ? ?????.

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

HTML ?? ?? ?

<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>

???? ?? ?

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