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> <!-- start of div -->
      <h3>Links</h3>
      <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="biography.html">Biography</a></li> <li><a href="works.html">Works</a></li>
        <li><a href="contact.html">Contact</a></li>
      </ul>
    </div> <!-- end of div -->
    
    <div> <!-- start of 2nd div -->
      <h3>Photos</h3>
      <img src="https://picsum.photos/200/300/?random" alt="random photo">
      <img src="https://picsum.photos/g/200/300" alt="another random photo">
    </div> <!-- end of 2nd div -->
  </body>
</html>
Output

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

Dismiss x