https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ef3b93490bc570642447a090c040a9455370c467 authored by B2G Bumper Bot on 25 January 2016, 11:02:06 UTC
Bumping manifests a=b2g-bump
Tip revision: ef3b934
basic-ref.html
<!DOCTYPE html>
<html>
<head>
  <style>
  table { border-spacing:0 }
  td { vertical-align: baseline; padding:0; }
  </style>
</head>
<body>
  <table border="0" width="100%">
    <tr>
      <td width="50%">Hello</td>
      <td width="50%">Kitty</td>
    </tr>
  </table>
</body>
</html>
back to top