使用HTML5标签导航

时间:2013-08-16 06:57:30

标签: javascript html5

我用标签制作页面。而且我要在标签内制作标签,现在我正在制作它作为按钮,因为我没有得到如何将其作为标签。任何人都可以建议我如何使它。

以下是我的代码;

<div id="container">
    <!-- Start Tabs !-->
    <div class="tab-container">

    <div id="c1">
        <a href="#c1" title="Projects">Projects</a> <!-- This is your actual tab and the content is below it !-->
        <div class="tab-content">  <!-- tab-container > div > div in the CSS !-->
            <button id="create">Create</button>
            <button id="edit">Edit</button>
        </div>
    </div>

1 个答案:

答案 0 :(得分:0)

只需在css的帮助下完成它就可以给它背景颜色或背景图像,按钮上的渐变和越来越多的你也可以将div放在按钮的位置。正如你想要的那样......它的教程也很容易出现