这些网上baidu一下都应该可以搜到
当你能看懂这些时不妨自己动手亲自写一些比较简单的,这些应该多去实践才会真正的掌握
我写的这个
xhtml代码:
<div id="enter"><a href="http://www.chineseseo.com.cn">The story of the Worm</a></div>
<div id="ziuotext">时光一逝永不回,往事只能回味.<br />忆童年时竹马青梅,两小无猜日夜相随.<br />春风又吹红了花蕊,你已经也添了新岁.<br />你就要变心像时光难倒回,我只有在梦里想依偎.</div>
<div id="copyright">owered By <a href="/">ZiUo.Cn</a> CopyRight 2005-2007 <a href="http://www.mrcrm.com" target="_blank">豫ICP备05026732号</a></div>
CSS代码:
body {background-color:#FFFFFF;margin: 0px;text-align:center;line-height:150%;font-size:12px;color:#AA0000;font-family:'宋体'}
#enter{;font-size:20px;font-family:Impact;margin-top:100px;}
#enter a{font-size:36px;color:#AA0000; text-decoration:none}
#enter a:hover{color:#FFFFFF; background:#AA0000; padding:2px;}
#ziuotext{margin-top:30px;}
#copyright{margin-top:50px;}
a{color:#AA0000; text-decoration:none}
a:hover{color:#FFFFFF; background:#AA0000; padding:2px;}