Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, December 17, 2012

Codecademy Sample Solution: Codeyear Giving order to the world



<!DOCTYPE html>
<html>
    <head>
        <title>Menu Navigator</title>
        <link rel="stylesheet" href="style.css">
        <script src='script.js'></script>
    </head>
    <body>
     <div class="tabbed-menu">
        <ul class="tabs">
            <li id="page1" class="tabs"></li>
            <li id="page2" class="tabs"></li>
            <li id="page3" class="tabs"></li>
            <li id="page4" class="tabs"></li>
        </ul>
        <div class="content">
       
        </div>
     </div>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts