Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<body>
  
  <h1>Forms</h1>
  <p>This is a form</p>
  
  <form>
    <p>What is your quest? <input type="text" name="quest"></p>
    <p>What is your favorite color? <input type="text" name="color"></p>
    <p>What is the speed of a bird? <input type="text" name="bird"></p>
  </form>
  
  
  <form>
    <p>Input Password: <input type="password" name="password"></p>
    <p>Input: <input type="checkbox"></p>
    <p>Input: <input type="radio"></p>
  
  
  </form>
Output

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

Dismiss x
public
Bin info
dsanchez04pro
0viewers