Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <he
  <meta charset="utf-8" />
  <title>Page name</title>
  <style>
     div {
       background-color:lightblue;
       height:100px;
       }
            
    p {
      background-color:Yellow;
      }
    
 
  </style>
  </head>     
  <body>
                    <div class="HomePage">
                            <p>Home Page</p>
                    </div>
                    <div class="HistoryOfHashing">
                            <p>History of Hashing</p>
                    </div>
                    <div class="UpcomingEvents">
                            <p>Upcoming Events</p>
                    </div>
                    <div class="Become a Member ">
                            <p>Become a Member</p>
                    </div>
                    <div class="Login ">
                            <p>Login</p>
                    </div>
            </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers