Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>string test</title>
<style>
  label, label input { display: block; }
</style>
</head>
<body>
  <form>
    <label>
    Needle: <input name="needle">
    </label><label>
    Haystack: <input name="haystack">
    </label>
    <button> Go </button>
  </form>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers