HTML怎么給單元格里的文字設(shè)置對(duì)齊?
1、P元素對(duì)齊。
2、表格文字左對(duì)齊。
3、DIV+CSS對(duì)齊。
1、P元素對(duì)齊,如
2、表格文字左對(duì)齊,如:
3、DIV+CSS對(duì)齊
-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
.font{width:200px;text-align:left;font-size:20px;}
.font1{width:200px;text-align:center;font-size:20px;}