Skip to content

Instantly share code, notes, and snippets.

@schveiguy
Created May 26, 2017 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schveiguy/d4e045e6bd57a33f88740c437433dde8 to your computer and use it in GitHub Desktop.
Save schveiguy/d4e045e6bd57a33f88740c437433dde8 to your computer and use it in GitHub Desktop.
Simple web page with one table
<html>
<body>
before
<table>
<tr>
<td>table</td><td>data</td>
</tr>
</table>
after
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment