一个能实现超链接的最简单程序

<html>
<head>
<title>网页一</title>
<style>
.one{
width:600px;
height:317px;
background:url(photo/111_01.png);
margin:0 auto;
}
.two{
width:102px;
height:110px;
background:url(photo/111_04.png);
margin:0 auto;
}
.two a{
width:102px;
height:110px;
float:left;
}

</style>
</head>
<body>
<div class="one">
<div class="two"><a href="http://www.baidu.com" target="_blank"></a></div>
</div>
</body>
</html >

 

总觉一下今天的:感觉挺充实的  挺好的。

 

posted @ 2016-04-09 02:22  yfwywnfd  阅读(223)  评论(0编辑  收藏  举报