>居中>字体:Tahoma
我试过这个:
<h2 style="text-align:center";"font-family:tahoma">TITLE</h2>
但它不起作用……
我究竟做错了什么?
style="property1:value1;property2:value2"
在你的情况下:
<h2 style="text-align:center;font-family:tahoma">TITLE</h2>
希望这可以帮助.