这个div中的内容居中显示,写成:
aaa
或者,HTML可以写成这样:
在CSS中写:
.content-center{ text-align:center;}
等同于上面的效果。
align=“center” 就是此处的DIV块在网页中处于居中位置