码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-04-09 06:58:43      阅读:191      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!