Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <form action="#" style="margin-bottom: 30px;">
    <fieldset>
      <legend>Info</legend>
      <input placeholder="Name"><br>
      <input placeholder="Email"><br>
    </fieldset>
    <fieldset>
      <legend>Technology</legend>
      <label>HTML <input type="checkbox" name="technology" value="html" checked></label><br>
      <label>CSS <input type="checkbox" name="technology" value="css" checked></label><br>
      <label>JavaScript <input type="checkbox" name="technology" value="js"></label><br>
    </fieldset>
    <fieldset>
      <select name="occupation">
        <option>Developer</option>
        <option selected>Designer</option>
        <option>Product Owner</option>
      </select><br>
      <label>Happy <input type="radio" name="mood" value="happy"></label><br>
      <label>Indifferent <input type="radio" name="mood" value="indiff"></label><br>
      <label>Sad <input type="radio" name="mood" value="sad"></label><br>
    </fieldset>
    <fieldset>
      <textarea style="border: 1px solid;" name="message" placeholder="Your message"></textarea>
      <input type="submit">
    </fieldset>
    </form>
</body>
</html>
Output

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

Dismiss x
public
Bin info
gryzzlypro
0viewers