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>
    <div id="container">
      <img src="http://placehold.it/220" alt="Image" id="image-id">    
      <div class="wrapper">
        <div id="media_type">
          <h2>
            Title
          </h2>                                               
        </div>  
        <p>
          <a href="some-url" target="_blank">Feed</a>
        </p>        
        <div id="categs">       
          <b>Categories</b> 
          <ul>
            <li>
              category1
            </li>                               
            <li>
              category2
            </li>                                               
          </ul>
        </div>
        <div id="keywords">                         
          <b>Keywords</b>
          <ul>    
            <li>
              keyword1
            </li>                               
            <li>
              keyword2
            </li>       
          </ul>                                   
        </div>          
      </div>
      <div class="clear"></div>
      <div id="will-go-bellow-image"></div>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
qolamipro
0viewers