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>
<ul class="list-unstyled">
    <li>
        <a href="#">
            <img src="http://placehold.it/350x150" style="width:100%;height:100%;display:block;">
        </a> 
    </li>
</ul>
</body>
</html>
 
li {
  background: orange;
}
a {
  display: inline-block;
  margin: 20px;
  padding: 20px;
  background: blue;
}
 
 function testCount(count) {
   console.log(count);
   if (count === undefined) {
     count = 0;
   }
   console.log(count);
 }
console.log(testCount());
Output

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

Dismiss x
public
Bin info
CodingMonkeyzhpro
0viewers