代码 .st1215 {font-family: "宋体";font-size: 12px;line-height: 1.5;}使用了“类”来设置文字样式,在页面中引用该样式的命令语句为( )
A. class=st1215
B. class=.st1215
C. id=st1215
D. id=
E. st1215
若要在当前网页中定义一个独立类的样式myText, 使具有该类样式的正文字体为“Arial”, 字体大小为9pt, 行间距为13.5pt, 以下定义方法中,正确的是()。
A. .myText{Font-Familiy:Arial; Font-size:9pt; Line-Height:13.5pt}
B. .myText{Font-Familiy:Arial; Font-size:9pt; LineHeight:13.5pt}
C.
D. myText{FontName:Arial; FontSize:9pt; LineHeight:13.5pt}
E. D.
F. myText{FontName:Arial; Font-ize:9pt; Line-eight:13.5pt}