批改状态:合格
老师批语:多个作业不要分开提交
<!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>点击 "运行实例" 按钮查看在线实例
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号