| <html> | |
| <body> | |
| <table border=1 width=300> | |
| <tr align=center> | |
| <td>One</td> | |
| <td>Two</td> | |
| </tr> | |
| </table> | |
| <table border=1 width=300> | |
| <tr align=right> | |
| <td>One</td> | |
| <td>Two</td> | |
| </tr> | |
| </table> | |
| <table border=1> | |
| <tr align=center> | |
| <td>One</td> | |
| <td>Two</td> | |
| </tr> | |
| <tr> | |
| <td>----------Long One------------</td> | |
| <td>----------Long Two------------</td> | |
| </tr> | |
| </table> | |
| <table border=1 width=100%> | |
| <tr align=center> | |
| <td>One</td> | |
| <td>Two</td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |