Skip to content

Instantly share code, notes, and snippets.

@daniellimws
Created May 13, 2015 02:10
Show Gist options
  • Save daniellimws/9fefc0cb68b9c29754a5 to your computer and use it in GitHub Desktop.
Save daniellimws/9fefc0cb68b9c29754a5 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/yovohe
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<h1>
<a href = "http://output.jsbin.com/yovohe">Hello World</a>
</h1>
<ul>
<li><b>Bold</b></li>
<li><i>Italics</i></li>
</ul>
<hr>
Enter your name<br>
<input type = "text">
<input type ="submit">
<br>
<hr>
<table>
<tr>
<td><b>Name</b></td>
<td><b>Age</b></td>
</tr>
<tr>
<td>Daniel Lim</td>
<td>14</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment