如何给一个动态的网页加个固定的底部(如:备案号)

<html>
<head>
<title></title>
<meta charset="UTF-8">
<style type="text/css">
*{padding: 0;margin:0;list-style: none}
iframe{width: 100%;height:1620px;}
</style>
</head>
<body>
<iframe src="http://www.liuxianhua.cn" frameborder="0" scrolling="no"></iframe>
<center><br><a href="http://www.miitbeian.gov.cn">; 粤ICP备180451323号</a></center>

</body>
</html>

猜你喜欢

转载自blog.51cto.com/hzcto/2112999