Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  * {margin:0; padding:0;}
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
        body {font-size:62.5%;}
       
      /* Fonts */
      h1, h2, h3, h4, p, ol, ul, dl, blockquote {margin-bottom:10px;}
      h1 {font-size:2.6em;}
      h2 {font-size:2.4em;}
      h3 {font-size:2.0em;}
      h4 {font-size:1.8em;}
       
      #productContent {font-size:1.6em}
    h3.sectionHeading {background:aqua;}
    h3.hover {background:orange;}
    .question {font-weight:bold;}
</style>
</head>
<body>
<div id="productContent">
  <p>Arithmetic</p>
  <h1>Online Maths Course</h1>
  <div id="introduction">
    <h3 class="sectionHeading">Introduction</h3>
    <div class="sectionContent open">
      <p>Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!</p>
    </div>
  </div>
  <div id="whoisitfor">
    <h3  class="sectionHeading">Title 1</h3>
    <div class="sectionContent">
      <p>Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!</p>
    </div>
  </div>
  <div id="features">
    <h3  class="sectionHeading">Title 2</h3>
    <div class="sectionContent">
      <p>Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!</p>
    </div>
  </div>
  <div id="topicscovered">
    <h3  class="sectionHeading">Title 3</h3>
    <div class="sectionContent">
<p>Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!</p>
    </div>
  </div>
  <div id="frequentlyaskedquestions">
    <h3 class="sectionHeading">Title 4</h3>
    <div class="sectionContent">
      <p>Thunder, thunder, thundercats, Ho! Thundercats are on the move, Thundercats are loose. Feel the magic, hear the roar, Thundercats are loose. Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thunder, thunder, thunder, Thundercats! Thundercats!</p>
    </div>
  </div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers