Skip to content

Instantly share code, notes, and snippets.

@kaichen
Created May 28, 2010 08:21
Show Gist options
  • Select an option

  • Save kaichen/416909 to your computer and use it in GitHub Desktop.

Select an option

Save kaichen/416909 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<table border="0" cellspacing="5" cellpadding="5">
<tr><th>Header</th></tr>
<tr>
<form action="#" method="get" accept-charset="utf-8">
<td><input type="submit" value="Continue &rarr;"></td>
</form>
</tr>
</table>
</body>
</html>
<!--
In browser(Firefox 3/Safari 4):
<html>
<head></head>
<body>
<table border="0" cellspacing="5" cellpadding="5">
<tr><th>Header</th></tr>
<tr>
<form action="#" method="get" accept-charset="utf-8"></form>
<td><input type="submit" value="Continue &rarr;"></td>
</tr>
</table>
</body>
</html>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment