Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <style>
    #first {
      background-color: red;
    }
    
    #second {
      background-color: purple;
    }
  </style>
<body>
<div id="first">Hello</div> <div id='second'>World</div>
<p>The DIV element is a block element, and will start on a new line.</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
Amir-ZMpro
0viewers