Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
  <div class="row">
    <label for="fio">Полное ФИО</label>
    <div class="control">
      <input type="text" id="fio">
    </div>    
  </div>
  <div class="row">
    <label for="year">Год рождения</label>
    <div class="control">
      <input type="text" id="year">
    </div>  
  </div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers