zoukankan      html  css  js  c++  java
  • Tab标签页

    <ul id="myTab" class="nav nav-tabs">
    <li class="active">
    <a href="#home" data-toggle="tab">
    first
    </a>
    </li>
    <li><a href="#ios" data-toggle="tab">second</a></li>
    <li class="dropdown">
    <a href="#" id="myTabDrop1" class="dropdown-toggle"
    data-toggle="dropdown">third
    <b class="caret"></b>
    </a>
    <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
    <li><a href="#jmeter" tabindex="-1" data-toggle="tab">for me</a></li>
    <li><a href="#ejb" tabindex="-1" data-toggle="tab">for us</a></li>
    </ul>
    </li>
    </ul>
    <div id="myTabContent" class="tab-content">
    <div class="tab-pane fade in active" id="home">
    <p>Logic is the beginning of wisdom not the end.逻辑是智慧的开端,而不是结束。</p>
    </div>
    <div class="tab-pane fade" id="ios">
    <p>There is no creature on earth half so terrifying as a truly just man.这世上再没有谁比一个绝对刚正不阿的人更可怕。</p>
    </div>
    <div class="tab-pane fade" id="jmeter">
    <p>The hard part isn’t making the decision. It’s living with it.做出决定并不困难,困难的是接受决定。</p>
    </div>
    <div class="tab-pane fade" id="ejb">
    <p>You waste time trying to get people to love you, you'll end up the most popular dead man in town.把时间浪费在博得别人爱戴上,你会成为世界上最受爱戴的死人。
    </p>
    </div>
    </div>
  • 相关阅读:
    python标准库学习-SimpleHTTPServer
    迁移cnblog博客
    zabbix监控使用
    20 个 OpenSSH 最佳安全实践
    编写基本的 udev 规则
    Linux.Siggen.180
    在 CentOS 7.0 上安装配置 Ceph 存储
    常用 GDB 命令中文速览
    Kubernetes TLS认证
    音乐下载api
  • 原文地址:https://www.cnblogs.com/iriliguo/p/6435056.html
Copyright © 2011-2022 走看看