Code | Result |
<ol> <li>Play Mission</li> <li>Email Commander</li> <li>Get Medals</li> </ol> |
|
<ul> <li>Oranges</li> <li>Bananas</li> <li>Dog food</li> </ul> |
|
Code | Result | ||||||
<table border="1"> <tr> <td>Left cell!</td> <td>Right cell!</td> </tr> <tr> <td colspan="2">This cell stretches across two columns!</td> </tr> <tr> <td>Left cell!</td> <td>Right cell!</td> </tr> </table> |
|