!--样式
<style type="text/css">
.div
{
margin-left:auto;
margin-right:auto;
text-align:center;
clear:both
}
.ul
{
list-style-type: none
}
.li
{
display: inline
}
</style>
!--内容
<div>
<ul">
<li>保存</li>
<li>取消</li>
</ul>
!--打开新的页面
<a class="forgetPwd" href="http://www.cnblogs.com/ForgotPassword.aspx" target="_blank" title="找回密码">忘记密码了?</a>
</div>
!--显示效果
保存 取消