Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <meta charset="utf-8">
  <title></title>
  <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
  <div class="container">
    <form>
      <div class="form-group">
        <label for="exampleInputEmail1">Ввод</label>
        <input type="email" name="full-text" class="form-control">
      </div>
      <div class="form-group">
        <label for="exampleInputPassword1">Результат</label>
        <input type="text" name="part1" class="form-control">
      </div>
      <div class="form-group">
        <input type="text" name="part2" class="form-control">
      </div>
      <div class="form-group">
        <input type="text" name="part3" class="form-control">
      </div>
    </form>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers