Skip to content

Instantly share code, notes, and snippets.

@benmills
Forked from anonymous/gist:564423
Created September 3, 2010 19:35
Show Gist options
  • Save benmills/564426 to your computer and use it in GitHub Desktop.
Save benmills/564426 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My Title!</title>
</head>
<body>
</h1>
<b>Jess</b>
<br/>
<a href="http://www.google.com">Go to Google</a>
<br/>
<ul>
<li>Milk</li>
<li>eggs</li>
</ul> </br>
<table>
<tr>
<td>first name</td>
<td>Jessica</td>
</tr>
<tr>
<td>last name</td>
<td>Stob</td>
</tr>
</table>
<img src="http://www.hoax-slayer.com/images/fish-with-hands1.jpg" alt='My Fish!'>
<body/>
<html/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment