CSS和html阿里云界面(改進(jìn)版)iframe嵌套【詩書畫唱】







<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
a{
text-decoration: none;
color: red;
}
a:hover{color: blue;}
</style>
</head>
<body>
<img src="img/alibaba.PNG" alt="" >
阿里云首頁 | 萬網(wǎng)首頁? |服務(wù)中心|提建議
<br />
<table border="1px" cellspacing="0" width="1000px" align="center">
<td> <img src="img/alimail.jpg" alt="" ></td>
<td>
登錄名:<br />
<br />
<input type="text" / ><br /><br />
登錄密碼名:
<a href="index.html">忘記登錄密碼</a>
<br />
<br />
<input type="password"><br /><br />
<input type="checkbox" />十天之內(nèi)免登錄
<br />
<br />
<button name="" type="button" value="" style="border-radius: 10px;
background: #e85e17;
border: none;
color: #fff;
outline: none;
cursor: pointer;width: 200px;">登錄</a></button>
</td>
</table>
<iframe src="bq.html" width="996px" height="200px" name="a"></iframe>
</body>
</html>


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<img src="img/foot.jpg" alt=""width="960px" >
</body>
</html>



