Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    <div class="test">
      <ul>
        <li>   
          <p>
            <img src="//placehold.it/100x100&text=LOGO" width="100" height="100"/>
            AAA<br/>
            93939393<br/>
            10 sample road, city
          </p>
          <p>
            We are the best, contact us for more information.
            We are always here to help.</br>
        Link1
        </p>
      </li>
    <li>
      <p>
        <img src="//placehold.it/100x100&text=LOGO" width="100" height="100"/>
        BBB<br/>
        87878787<br/>
        15 new lane, city
      </p>
      <p>
        This is another business
        It is always here to help.</br>
    Link2
    </p>
  </li>
<li>
  <p>
    <img src="//placehold.it/100x100&text=LOGO" width="100" height="100"/>
    CCC<br/>
    12121212<br/>
    34 alex avenue, city
      </p>
      <p>
    This is the third business.
    They are also there to help.</br>
Link3
</p>
</li>
</ul>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers