若要在当前网页中定义一个内嵌的类别的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为12px,行间距为18px,则需要在head标签内添加( )。 未知类型:{'options': ['[style] .myText{font-familiy:Arial;font-size:12px;line-height:18px}[/]', '.myText{font-familiy:Arial;font-size:12px;line-height:18px}', '[style] .myText{fontName:Arial;fontSize:12px;lineHeight:18px} [/]', '[style]', 'myText{fontName:Arial;font-ize:12px;line-height:18px}</style>'], 'type': 102}
若要在当前网页中定义一个内嵌的类别的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为12px,行间距为18px,则需要在head标签内添加( )。 未知类型:{'options': ['[style] .myText{font-familiy:Arial;font-size:12px;line-height:18px}[/]', '.myText{font-familiy:Arial;font-size:12px;line-height:18px}', '[style] .myText{fontName:Arial;fontSize:12px;lineHeight:18px} [/]', '[style]', 'myText{fontName:Arial;font-ize:12px;line-height:18px}</style>'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[style][/]', '[body][/]', '[html][/]', '[head][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[style][/]', '[body][/]', '[html][/]', '[head][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[HTML][/]', '[BODY][/]', '[STYLE][/]', '[HEAD][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[HTML][/]', '[BODY][/]', '[STYLE][/]', '[HEAD][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[HTML][/]', '[BODY][/]', '[STYLE][/]', '[HEAD][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[HTML][/]', '[BODY][/]', '[STYLE][/]', '[HEAD][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[HTML][/]', '[BODY][/]', '[STYLE][/]', '[HEAD][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[HTML][/]', '[BODY][/]', '[STYLE][/]', '[HEAD][/]'], 'type': 102}
下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:[p id="firstp"]这是第一个段落 以下关于样式规则定义正确的是( )。 未知类型:{'options': ['[style type="text/css"] p{color:red}[/]', '[style type="text/css"]', 'firstp {color:red}</style>', '[style type="text/css"] .firstp {color:red}[/]', '[style type="text/css"] p.firstp {color:red}[/]'], 'type': 102}
下面代码使用HTML元素的id属性,将样式应用于网页上的某个段落:[p id="firstp"]这是第一个段落 以下关于样式规则定义正确的是( )。 未知类型:{'options': ['[style type="text/css"] p{color:red}[/]', '[style type="text/css"]', 'firstp {color:red}</style>', '[style type="text/css"] .firstp {color:red}[/]', '[style type="text/css"] p.firstp {color:red}[/]'], 'type': 102}
在HTML中,下面不属于HTML文档的基本组成部分的是() 未知类型:{'options': ['[style][/]', '[body][/]', '[html][/]', '[head][/]'], 'type': 102}
在HTML中,下面不属于HTML文档的基本组成部分的是() 未知类型:{'options': ['[style][/]', '[body][/]', '[html][/]', '[head][/]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[STYLE][/]', '[BODY][/]', '[HTML][/]', '[HEAD][/]P.{color :red}[/ sytle]'], 'type': 102}
在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[STYLE][/]', '[BODY][/]', '[HTML][/]', '[HEAD][/]P.{color :red}[/ sytle]'], 'type': 102}
现要求将页面中的第一个大标题设置为红色,第一个段落设置为绿色,则下列代码正确的是( ) 未知类型:{'options': ['[h1 style="color: red;"]第一个大标题[/] [p style="color: green;"]第一个段落', '[h1 id="red;"]第一个大标题[/] [p id="green;"]第一个段落', '[h1 color ="red;"]第一个大标题[/] [p color ="green;"]第一个段落', '[h1 style="red;"]第一个大标题[/] [p style="green;"]第一个段落'], 'type': 102}
现要求将页面中的第一个大标题设置为红色,第一个段落设置为绿色,则下列代码正确的是( ) 未知类型:{'options': ['[h1 style="color: red;"]第一个大标题[/] [p style="color: green;"]第一个段落', '[h1 id="red;"]第一个大标题[/] [p id="green;"]第一个段落', '[h1 color ="red;"]第一个大标题[/] [p color ="green;"]第一个段落', '[h1 style="red;"]第一个大标题[/] [p style="green;"]第一个段落'], 'type': 102}
链接样式表要在网页中链接外部样式表文件,需要在[head][/]标签对之间添加()标签对。 未知类型:{'options': ['[link][/]', '[body][/]', '[style][/]', '[title][/]'], 'type': 102}
链接样式表要在网页中链接外部样式表文件,需要在[head][/]标签对之间添加()标签对。 未知类型:{'options': ['[link][/]', '[body][/]', '[style][/]', '[title][/]'], 'type': 102}