level 3
gtogtodm
楼主
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
#text1{
width:291px;
height:218px;
float:left;
}
#text1 a{
display:block;
width:291px;
height:218px;
}
#text2{
display:block;
width:291px;
height:218px;
}
</style>
</head>
<body>
<div id="text">
<div id="text1">
<a href="#">怎么弄我不知道啊!!!</a>
</div>
<div id="text2">
<img src="images/main_4_1.jpg" alt="" />
</div>
</div>
</body>
</html>
2018年06月23日 04点06分
1
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
#text1{
width:291px;
height:218px;
float:left;
}
#text1 a{
display:block;
width:291px;
height:218px;
}
#text2{
display:block;
width:291px;
height:218px;
}
</style>
</head>
<body>
<div id="text">
<div id="text1">
<a href="#">怎么弄我不知道啊!!!</a>
</div>
<div id="text2">
<img src="images/main_4_1.jpg" alt="" />
</div>
</div>
</body>
</html>