?? [f?t]
n.?; ?(=12?? ?? 30.48cm); ????, ??
vt.& vi. ?? ??: foots ??: foot ?? ??: footing ?? ??: footed ?? ??: footed
html tfoot ?? ???
??: ???? ???(?? ?? ??? ??)? ?????. ? ??? HTML ???? ??? ?? ??? ???? ? ?????.
??: tfoot ??? thead ? tbody ??? ?? ???? ???. Thead ??? HTML ???? ?? ???? ????? ? ???? ??, tbody ??? HTML ???? ?? ???? ????? ? ?????.
??: thead, tfoot ? tbody ??? ???? ?? ?? ??? ?? ???? ???. thead, tfoot, tbody ??? ????? ????? ?? ???? ?? ?? ???? ???? ? ????. ??? ?? ??? ??? ??? ???? ???.
html tfoot ?? ?
<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>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????