Created
December 7, 2016 02:26
-
-
Save mbrubeck/09b5ab54bf9f4431688f5625951fead6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!doctype html> | |
<table border=1> | |
<tr><td>A</td><td rowspan=0>B</td><td>C</td></tr> | |
<tr><td>D</td><td>D</td></tr> | |
<tr><td>E</td><td>F</td><td>G</td> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment