代码如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>石头剪刀布</title>
<style type="text/css">
div{
border:3px solid red;
float: left;
margin-left: 20%;
padding: 10px;
text-align: center;
background-color: pink
}
img{
height: 100px;
margin:10px;
border:1px solid blue;
opacity: 0.4
}
ul{
list-style: none;
margin-left: 20%
}
li{
display: inline;
}
span{
width: 70px;
float: left;
background-color: teal;
padding:5px;
}
</style>
</head>
<body>
<div>
<strong>电脑玩家</strong> <br>
<img src="rock.jpg" alt="" style="opacity:1.0"> <br>
<strong>玩家</strong> <br