Thefollowingcodesneedtoboldthetext1fontofthefirstItaginallPtags,andthecodefilledintheblankiscorrect()<html><head><styletype=”text/css”></style></head><body><p>some<i>text1</i>.some<i>text2</i>.</p><p>some<i>text1</i>.some<i>text2</i>.</p><i>text1</i>.some<i>text2</i></body></html>
A
A.p i:first-child{font-style:bold;}
B
B.i:last-child{font-weight:bold;}
C
C.p >i:first-child {font-weight:bold;}
D
D.p > I{font-weight:bold;}