8、若要在当前网页中定义一个内嵌的类别的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为12px,行间距为18px,则需要在head标签内添加()。

A.<style> .myText{font-familiy:Arial;font-size:12px;line-height:18px} </style> B..myText{font-familiy:Arial;font-size:12px;line-height:18px} C.<style> .myText{fontName:Arial;fontSize:12px;lineHeight:18px} </style> D.<style> myText{fontName:Arial;font-ize:12px;line-height:18px} </style>

时间:2024-03-30 14:10:23

相似题目