Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div>
    <h2>Test 1</h2>
    <img id="img1"/>
    <div>
      type: 
      <span id="type1"></span>
    </div>
    <div>
      <a href="#" id="link1" target="_blank"></a>
    </div>
  </div>
  <div>
    <h2>Test 2</h2>
    <img id="img2"/>
    <div>
      type: 
      <span id="type2"></span>
    </div>
    <div>
      <a href="#" id="link2" target="_blank"></a>
    </div>
  </div>
  
  <div>
    <h2>Test 3</h2>
    <img id="img3"/>
    <div>
      type: 
      <span id="type3"></span>
    </div>
    <div>
      <a href="#" id="link3" target="_blank"></a>
    </div>
  </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers