Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>My Cool Site</title>
</head>
 <body>
  <!-- Start of Header -->
  <header>
  <div>
     <ul>
       <li>
         <a href = "http://www.google.com">Go to Google</a>
       </li>
       <li>
         <a href = "http://www.google.com">Go to Example</a>
       </li>
    </ul>
  </div>
  
  <div>
    <p>Example text</p>
    <p>Another paragraph</p>
    <div>
      <p>I'm in a sub-div</p>
    </div>
  </div>
  </header>
    <!-- End of header -->
  
   <!-- Start of main content -->
  <main>
  <div>
    <p>I'm the second div</p>
    <img src="https://i.imgur.com/eTuCPxM.jpg" />
  </div>
  </main>
    <!-- End of main content -->
  <footer>  
  <div>
    <p>I'm the footer :D</p>
    <p>Page crated by Kangga</p>
  </div>
  </footer>
    <!-- End of footer -->
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
kanggapro
0viewers