To center-align the text, we can use the text-align property on the <td> element. td { text-align: center; }. Let's see the result: HTML; CSS. < ...
確定! 回上一頁