温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

HTML5制作查询页面的方法

发布时间:2020-10-20 16:40:28 来源:亿速云 阅读:347 作者:小新 栏目:web开发

这篇文章主要介绍HTML5制作查询页面的方法,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

代码如下:

<!DOCTYPE HTML>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>资格查询</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
    <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css">
    <script type="text/javascript" src="bootstrap/js/jquery.min.js"></script>
    <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
</head>
<body>
    <p class="panel panel-warning">
        <p class="panel-heading " style="background: #d9534f; color: #ffffff">
            <span class="glyphicon glyphicon-th-large" style="margin-right: 10px" />资格查询
        </p>
    </p>
    <form>
    <p class="container">
        <p class="row">
            <p class="col-md-12">
                <p class="input-group  ">
                    <!--<span class="input-group-addon">账 号</span>-->
                    <input type="text" name="txtUserId" class="form-control" maxlength="20" placeholder="输入帐号" />
                    <span class="input-group-addon"><span class="glyphicon glyphicon-search" style="margin-right: 10px"/>
                    <a href="query.html?action=query">查询数据</a></span>
                </p>
            </p>
        </p>
    </p>
    </form>
    <ul class="nav nav-pills nav-stacked   nav-pider">
        <br>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-user" style="margin-right: 10px">
        </span>账号</a></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-list-alt" style="margin-right: 10px">
        </span>昵称</a></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-comment" style="margin-right: 10px">
        </span>微信</a></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-phone" style="margin-right: 10px">
        </span>手机</a></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-star" style="margin-right: 10px">
        </span>当前等級</a></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-tag" style="margin-right: 10px">
        </span>资格</a></li>
        <li class="bg-warning"><a href="#"><span class="glyphicon glyphicon-credit-card" style="margin-right: 10px">
        </span>信用度</a></li>
    </ul>
    </p>
    <p class="panel panel-warning">
        <p class="panel-body">
            <p class="text-center" style="background: #FFF; margin-top: 10px">
                <a href="index.php">
                    <button type="button" class="btn btn-success" style="width: 80%">
                        <span class="glyphicon glyphicon-home" style="margin-right: 10px" />返回首頁</button>
                </a>
            </p>
        </p>
    </p>
</body>
</html>

以上是HTML5制作查询页面的方法的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注亿速云行业资讯频道!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI