https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1804875c7d34bd21a90f4ed548493559cb624ce3 authored by ffxbld on 26 September 2012, 03:06:39 UTC
Added FENNEC_16_0b5_RELEASE FENNEC_16_0b5_BUILD1 tag(s) for changeset 369866350edb. DONTBUILD CLOSED TREE a=release
Tip revision: 1804875
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