[icon]是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标?
未知类型:{'options': ['[icon type="search" size="40" color="red"][/]', '[icon type="search" size="40px" color="red"][/]', '[icon type="discover" size="40" color="red"][/]', '[icon type="discover" size="40px" color="red"][/]'], 'type': 102}
未知类型:{'options': ['[icon type="search" size="40" color="red"][/]', '[icon type="search" size="40px" color="red"][/]', '[icon type="discover" size="40" color="red"][/]', '[icon type="discover" size="40px" color="red"][/]'], 'type': 102}
举一反三
- <;icon>;是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标? A: <;icon type="search" size="40" color="red">;<;/icon>; B: <;icon type="search" size="40px" color="red">;<;/icon>; C: <;icon type="discover" size="40" color="red">;<;/icon>; D: <;icon type="discover" size="40px" color="red">;<;/icon>;
- icon>是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标?() A: icon type="search" size="40" color="red" B: C: D:
- 下面代码使用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}
- 现要求将页面中的第一个大标题设置为红色,第一个段落设置为绿色,则下列代码正确的是( ) 未知类型:{'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}
- 在HTML中,下面( )不属于HTML文档的基本组成部分。 未知类型:{'options': ['[STYLE][/]', '[BODY][/]', '[HTML][/]', '[HEAD][/]P.{color :red}[/ sytle]'], 'type': 102}