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>
    <h2>Example #1:</h2>
    <div id="item_124">
      <p>Cheeseburger <span>2.50</span></p>
      <p class="description">Burger full o cheese</p>
      <p class="extras">
        <b>OPTIONS:</b> OP1, OP2, OP3, Onion, Cheese, Tomato, Bacon
      </p>
    </div>
    <h2>Example #2:</h2>
    <div id="item_124">
      <p>Cheeseburger <span>2.50</span></p>
      <p class="description"></p>
      <p class="extras">
        <b>OPTIONS:</b> OP1, OP2, OP3, Onion, Cheese, Tomato, Bacon
      </p>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
qolamipro
0viewers