Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
<title>Sandbox</title>
<style type="text/css">
select, input { width: 100%; padding: 1%; border: 1px solid #dbdbdb; }
</style>
</head>
<body>
  <div >
    <select>
      <option>sssss</option>
      <option></option></select>
  <input type="text">
  </div>
</body>
</html>
 
if (document.getElementById('hello')) {
  document.getElementById('hello').innerHTML = 'Hello World - this was inserted using JavaScript';
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers