Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script type="text/javascript">
      // First Image
      var image = document.getElementById('kximg0');
      var link = document.getElementById('tooltipname');
      var tooltipname = document.getElementById('tooltipname');
      var namebelowimg = document.getElementById('namebelowimg');
      // End First Image
    </script>
  </head>
  <body>
    <p id="namebelowimg">this</p>
    <img id="kximg0" src="this-is-a-image-link"><br>
    <a id="tooltipname" title="title">img</a>
  </body>
</html>
 
// First Image
image.src = "your image link for first image here";
link.title = "Movie title ex Batman (2008)";
tooltipname.href = "link to site when movie is clicked";
namebelowimg.innerHTML = "movie name here";
// End First Image
// Second Image
// End Second Image
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers