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>
<span id='first'>Hello</span>
<span id='second'>World</span>
<p>The SPAN element is an inline element, and will not 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