標(biāo)題同時(shí)有兩個(gè)屬性怎么設(shè)置,例如設(shè)置顏色和居中?
請問標(biāo)題又要設(shè)置居中,又要設(shè)置顏色該怎么設(shè)置<h1 style="text-align:center">This is a heading</h1>,再加個(gè)顏色進(jìn)去怎么加
請問標(biāo)題又要設(shè)置居中,又要設(shè)置顏色該怎么設(shè)置<h1 style="text-align:center">This is a heading</h1>,再加個(gè)顏色進(jìn)去怎么加
2017-01-23
舉報(bào)
2017-01-23
分號隔開就好
2017-02-15
1:<h1 style="text-align:center;color:red;">This is a heading</h1>
2:h1{
text-align:center;
color:red;
}