Skip to content

Instantly share code, notes, and snippets.

@schveiguy
Created May 26, 2017 12:11
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