B
B
Bobull2016-02-13 15:53:36
User navigation
Bobull, 2016-02-13 15:53:36

How to implement a tab menu?

How to implement a tab menu? The picture, the text changes when you click on the link in the menu. Logo, menu -- header in place.
Home
95dc4e54f33d410c999876cbd9abb8f9.jpg
Project
665856dd0ba24721a7c481e892696ebb.jpg
html:

<header>
            <a href="index.html" class="logo"></a>
            <nav>
                <ul>
                    <li><a href="#">Home</a></li>
                    <li><a href="#">Project</a></li>
                    <li><a href="#">Manual</a></li>
                    <li><a href="#">Lab</a></li>
                    <li><a  href="#">About</a></li>
                </ul>
            </nav>
        </header>
        <section class="Home">
        <h1>
            text 
        </h1>
<p>text</p>
        </section>
        <section class="Project">
            <h1>Project text</h1>
            <p>lalalal</p>
        </section>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question