<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style>
.container
{
text-align:center;
}
.center
{
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
text-align:left;
}
</style>
</head>
<body>
<div class="container">
<div class="center">
<p>在我更年轻、更脆弱的年代,父亲给了我一些建议,从那时起我就一直在想这些建议。</p>
<p>他对我说,每当你想批评任何人时,只要记住,这个世界上所有的人都没有你所拥有的优势</p>
</div>
</div>
<p><b>提示:</b>在IE5中,块元素有一个边距处理错误。块元素有时被视为内联内容。这在定心时尤其有问题。
要在IE5中使用居中功能,请使用文本对齐属性,如本例所示。</p>
</body>
</html>