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 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>Cat #1</li>
          <li>Cat #2</li>
          <li>Cat #3</li>
          <li>Cat #4</li>
          <li>Cat #5</li>                                              
        </ul>
      </div>
      <div id="keywords">                         
        <b>Keywords</b>
        <ul>    
          <li>
            keyword1
          </li>                               
          <li>
            keyword2
          </li>       
        </ul>                                   
      </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
anonymouspro
0viewers