Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Sample website</title>
    <link href="style.css" rel="stylesheet" />
    <!--internal style -->
  </head>
  <body>
    <div id="container">
      <header id="header">
        <div id="menu" class="menu">
          <ul class="menu2">
            <li class="child"><a href="index.php" > HOME </a> </li>
            <li><a href="#"> ABOUT THE PRODUCT </a>
              <ul class="sub"> 
                <li> <a href="#" > PRODUCT </a> </li>
                <li> <a href="#" > PRODUCT REVIEWS </a> </li>
              </ul>
            </li>
            <li> <a href="#" > BLOG </a>
              <ul>
                <li> <a href="#" > ARTICLES </a> </li>
                <li> <a href="#" > RECIPES </a> </li>
              </ul>
            </li>
            <li> <a href="#" > ABOUT US </a> </li>
            <li> <a href="#" > CONTACT US </a> </li>
          </ul> 
        </div>
      </header>
      <section id="content">
        <h2>Welcome visitor!</h2>
        <div id="news">
          <center>
            <p> insert text here </p>
          </center>   
        </div>  
      </section>
      <footer id="footer">
        <div id="fmenu" class="fmenu">
          <p>©2015 ALL RIGHTS RESERVED</p>
          </footer>
        </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