Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
  <head>
    <title></title>
    <style type="text/css">
      .body { display:inline-block; background-color:#0F0; outline:3px solid red;}
      #my-div { outline:1px solid red; display:inline-block;}
      #my-div-2 { outline:1px solid red; background-color:#0F0}      
    </style>
  </head>
  <body>
    
    <div id="my-div"><img src="http://www.google.ae/intl/en_com/images/srpr/logo1w.png"></div>
    <div id="my-div-2">test testatest testatest test
    
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
    <script type="text/javascript">
        $(function() {
            
        });
      </script>
    <script type="text/javascript">
      alert('123');
    </script>
  </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers