div区块的居中显示:
<div id = "main">xxxx</div>
<style>
#main{ width:xxpx;margin: 0px auto;}
</style>
文字居中显示:
text-align:center
返回顶部:
a标签中herf设置为#gotop
<a herf="gotop"></a>
HTML与CSS
原文:http://www.cnblogs.com/gzc911/p/4839754.html