为了账号安全,请及时绑定邮箱和手机立即绑定

酱紫应该ok了

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<title>页码的制作</title>

<style>


.page a{

    display:inline-block;

    border:1px solid #E8E8E8;

    text-decoration:none;

    margin:3px;

    padding:3px 10px;

}

.page a:link,.page a:visited{

    color:black;

}

.page a:hover,.page a:active{

    background:red;

    color:white;

}



</style>

</head>


<body>

<div class="page">

    <a href="#">首页</a>

    <a href="#">&lt</a>

    <a href="#">1</a>

    <a href="#">2</a>

    <a href="#">3</a>

    <a href="#">...</a>

    <a href="#">&gt</a>

    <a href="#">末页</a>

</div>




</body>

</html>


正在回答

举报

0/150
提交
取消

酱紫应该ok了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信