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>
  <style>
    ul, ul li { list-style-type: none; box-sizing: content-box; }
    ul li:first-child { border: 3px solid #f00; margin: 0; } 
    li { display: inline-block; margin: 3px; }
    ul li img { width: 64px; height: 64px; }
  </style>
</head>
<body>
  <p>
    <button onclick="imagem_aleatoria();">Clique em mim</button>
    para uma nova imagem.
  </p>
  <img id="imgdest" width="320px" src="about:blank" />
  <hr/>
  O conjunto abaixo demonstra a aleatoriedade gerada:
  <ul id="listai">
  </ul>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
alaridosupro
0viewers