请问标题又要设置居中,又要设置颜色该怎么设置<h1 style="text-align:center">This is a heading</h1>,再加个颜色进去怎么加
分号隔开就好
1:<h1 style="text-align:center;color:red;">This is a heading</h1>
2:h1{
text-align:center;
color:red;
}