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>
    <label for="firstname" class="hide">First Name</label>
    <input type="text" name="firstname" id="firstname" placeholder="First Name">
    <em class="">Screen reader inaccessible</em>
    
    <label for="lastname" class="hide2">Last Name</label>
    <input type="text" name="lastname" id="lastname" placeholder="Last Name">
    <em class="">Screen reader accessible</em>
    
    <input type="submit" value="Send">
  </form>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
acacheungpro
0viewers