• 吴裕雄 Bootstrap 前端框架开发——Bootstrap 按钮:按钮标签


    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="utf-8"> 
            <title>Bootstrap 实例 - 按钮标签</title>
            <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">  
            <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
            <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
        </head>
        <body>
    
            <a class="btn btn-default" href="#" role="button">链接</a>
            <button class="btn btn-default" type="submit">按钮</button>
            <input class="btn btn-default" type="button" value="输入">
            <input class="btn btn-default" type="submit" value="提交">
    
        </body>
    </html>

  • 相关阅读:
    单分发器
    Python 虚拟环境
    $modal
    memoization
    directive例子2
    UI-Router
    angular-translate
    directive例子1
    FileInputStream/FileOutputStream的应用
    自定义readLine
  • 原文地址:https://www.cnblogs.com/tszr/p/10888884.html
Copyright © 2020-2023  润新知