HTML-»HTML5+NodeJs实现WebSocket即时通讯»html5判断用户摇晃了手机,转» HTML文章/教程 CSS文章/教程 javascript文章/教程 vue文章/教程 react文章/教程 Jquery文章/教程 bootstrap文章/教程 angular webpack JavaPythonlinuxjavascriptC#MysqlDocker算法前端SpringBootRedisVuespring.net core设计模式kubernetes.netc+

<html>
<body>

<table  >
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td valign="bottom">January</td>
    <td valign="bottom">$100</td>
  </tr>
  <tr> 
   <td valign="baseline">February</td>
   <td  valign="baseline" >$80</td>
  </tr>
</table>

</body>
</html>