Blogger Information
Blog 18
fans 0
comment 0
visits 13773
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
无序列表的基本使用-2019年07月02日22时46分
高明博客
Original
512 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>实例演示无序列表的基本使用</title>
</head>
<style>

    ul{width: 600px; height: auto;overflow: hidden;}

    ul li{
        list-style: none;
        float: left;
        width: 90px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: antiquewhite;
    }
    ul li a{
        text-decoration: none;
        font-size: 20px;
        padding: 0px 5px;
        display: block;;
    }
</style>
<body>

<h2>网络推广岗位分类</h2>
<ul>
    <li><a href="">文案</a></li>
    <li><a href="">美工</a></li>
    <li><a href="">程序</a></li>
    <li><a href="">SEM</a></li>
    <li><a href="">客服</a></li>
</ul>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

 

Correction status:qualified

Teacher's comments:多个作业不要分开提交
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post