Skip to content

Instantly share code, notes, and snippets.

@mdales
Created May 19, 2010 09:59
Show Gist options
  • Save mdales/406158 to your computer and use it in GitHub Desktop.
Save mdales/406158 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>atest</title>
</head>
<body id="atest" onload="">
<a href="#blah">
<table border="2">
<tr>
<td>
Some text
</td>
</tr>
</table>
</a>
<a href="#blahtoo">
<table border="2">
<tr>
<td>
Last word here is a <a href="#zac">link</a>
</td>
</tr>
</table>
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment