text-align:設定文字對齊的方式
    屬性值:left,center,right

範例:
<style type="text/css">
        .letter3 { text-align:center; }               
</style>

說明: