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>
    <section class="teal">
  <h1>Hello There</h1>
  <p>This is a teal section</p>
    </section>
    <section class="white">
      <h1>Hello There</h1>
  <p>This is a purple section</p>  
    </section>
<section class="purple">
  <h1>Hello There</h1>
  <p>This is a purple section</p>
</section>
        <section class="white">
      <h1>Hello There</h1>
  <p>This is a purple section</p>  
    </section>
    <footer>
      <h2>This is a header in the footer</h2>
        <p>THis is some stuff under it</p>
    </footer>
</body>
</html>
Output

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

Dismiss x
public
Bin info
pbojinovpro
0viewers