The <center> tag is no longer valid in HTML, you should use CSS instead, for example: <p style="text-align:center">this text will be centered</p> ...
確定! 回上一頁