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 id="form">
    <label>name: 
    <input type="text" id="txtname" value="Example name" tabindex="1" autocomplete="off"></label>
    
  </form>
  
  <p>Selected Text is: <strong id="output"></strong></p>
  
</body>
</html>
 
body {
  padding-top: 30px;
  font-family: Arial, sans-serif;
}
Output 300px

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

Dismiss x
public
Bin info
ImpressiveWebspro
0viewers