首页 > 其他 > 详细

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

时间:2016-04-09 06:56:43      阅读:262      评论:0      收藏:0      [点我收藏+]

<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 >

 

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

 

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

原文:http://www.cnblogs.com/bingg/p/5370510.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!