Blogger Information
Blog 53
fans 4
comment 3
visits 41523
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php0321
有点凉了
Original
757 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style type="text/css">
		ul{
			padding: auto;
			margin-left: 50;
			margin-top: 100;
			border-width: 1;
		}
		li{
			list-style: none;
			float: left;
			height: 40px;
			width: 40px;
			border-radius: 50%;
			background-color: red;
			text-align: center;
			line-height: 40px;
		}
		#item1{
			font-size: 15px;
			background-color: lightblue;
		}
		.item10{
			background-color: yellow;
		}
		ul li{
			background-color: #D1494F;
			margin: 10px;
		}
	</style>
</head>
<body>
	<table>
		<ul>
			<li id="item1">1</li>
			<li>2</li>
			<li>3</li>
			<li>4</li>
			<li>5</li>
			<li>6</li>
			<li id="#item7">7</li>
			<li>8</li>
			<li>9</li>
			<li class="item10">0</li>
		</ul>
	</table>

</body>
</html>

运行实例 »

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

1111.png

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