Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div>
    <h2>New Guest</h2>
       <img class="img-right" src=
      "http://images.all-free-download.com/images/graphiclarge/man_silhouette_clip_art_9510.jpg"
      style="" />
    
    <form class="form-horizontal" role="form">
   
      <div class="form-group" id="group-tbFirstName">
        <label for="tbFirstName" class="col-sm-12 control-label">First Name</label>
        <div class="col-sm-12">
          <input type="text" class="form-control" id="tbFirstName" placeholder=
          "First Name" value="" />
        </div>
      </div>
      <div class="form-group" id="group-tbLastName">
        <label for="tbLastName" class="col-sm-3 control-label">Last Name</label>
        <div class="col-sm-12">
          <input type="text" class="form-control" id="tbLastName" placeholder="Last Name"
          value="" />
        </div>
      </div>
      <div class="form-group" id="group-optGender">
        <label for="optGender" class="col-sm-3 control-label">Gender</label>
        <div class="col-sm-12">
          <input type="text" class="form-control" id="optGender" placeholder="Gender"
          value="" />
        </div>
      </div>
      <div class="form-group" id="group-tbAge">
        <label for="tbAge" class="col-sm-3 control-label">Age</label>
        <div class="col-sm-12">
          <input type="number" class="form-control" step="any" id="tbAge" value=""
          placeholder="Age" />
        </div>
      </div>
      <div class="form-group" id="group-dtDateOfBirth">
        <label for="dtDateOfBirth" class="col-sm-3 control-label">Date of Birth</label>
        <div class="col-sm-12">
          <input type="text" class="form-control" id="dtDateOfBirth" placeholder=
          "Date of Birth" value="" />
        </div>
      </div>
    </form>
  </div>
</body>
</html>
 
.img-right {
  float: right; 
  max-width: 200px; 
  padding-left: 20px;
}
.form-horizontal {
  float: right
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers