text-align版本:CSS1 兼容性:IE4+ NS4+ 继承性:有
 
语法: 
 
text-align : left | right | center | justify 
 
参数: 
 
left :  左对齐
right :  右对齐
center :  居中
justify :  两端对齐 
 
说明: 
 
设置或检索对象中文本的对齐方式。 
对应的脚本特性为textAlign。请参阅我编写的其他书目。 
 
示例: 
 
div { text-align : center; }