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

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

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

原文地址:https://www.cnblogs.com/bingg/p/5370510.html