Created
May 26, 2017 12:11
-
-
Save schveiguy/d4e045e6bd57a33f88740c437433dde8 to your computer and use it in GitHub Desktop.
Simple web page with one table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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