• 2022-07-22 问题

    下面代码能够实现,单击鼠标给按钮添加边框的是() A: $("button").click(function(){ $(this).css("border","1px solid red") }) B: $("button").click(function(){ $(this).css(border,1px solid red) }) C: $("button").dbclick(function(){ $(this).css("border","1px solid red") }) D: $("button").mouseover(function(){ $(this).css("border","1px solid red") })

    下面代码能够实现,单击鼠标给按钮添加边框的是() A: $("button").click(function(){ $(this).css("border","1px solid red") }) B: $("button").click(function(){ $(this).css(border,1px solid red) }) C: $("button").dbclick(function(){ $(this).css("border","1px solid red") }) D: $("button").mouseover(function(){ $(this).css("border","1px solid red") })

  • 2022-06-11 问题

    下列定义字符串数组的语法正确的是( )? A: String[] list = new String[]{"red", "yellow", "green"}; B: String list = new String{"red", "yellow", "green"}; C: String list = {"red", "yellow", "green"}; D: String[] list = {"red", "yellow", "green"};

    下列定义字符串数组的语法正确的是( )? A: String[] list = new String[]{"red", "yellow", "green"}; B: String list = new String{"red", "yellow", "green"}; C: String list = {"red", "yellow", "green"}; D: String[] list = {"red", "yellow", "green"};

  • 2022-06-17 问题

    <icon>是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标?( ) A: <icon type="search" size="40px" color="red"></icon> B: <icon type="discover" size="40" color="red"></icon> C: <icon type="search" size="40" color="red"></icon> D: <icon type="discover" size="40px" color="red"></icon>

    <icon>是图标组件,以下哪句代码可以实现一个红色、40像素大小的搜索图标?( ) A: <icon type="search" size="40px" color="red"></icon> B: <icon type="discover" size="40" color="red"></icon> C: <icon type="search" size="40" color="red"></icon> D: <icon type="discover" size="40px" color="red"></icon>

  • 2022-10-26 问题

    在构建基本体中,WebGL库与代码对应不正确的是? A: A-frame:<a-box color="red" width="3"> B: Three.js:<a-entity geometry="primitive:box; width:3"material="color:red"> C: HTML5:<a-box color="red" width="3"> D: HTML5:<a-entity geometry="primitive:box; width:3"material="color:red">

    在构建基本体中,WebGL库与代码对应不正确的是? A: A-frame:<a-box color="red" width="3"> B: Three.js:<a-entity geometry="primitive:box; width:3"material="color:red"> C: HTML5:<a-box color="red" width="3"> D: HTML5:<a-entity geometry="primitive:box; width:3"material="color:red">

  • 2022-05-30 问题

    29. ( ) refers to A list of undesirable persons. A: "blacklist" B: "Whitelist" C: "Green List" D: "Red List"

    29. ( ) refers to A list of undesirable persons. A: "blacklist" B: "Whitelist" C: "Green List" D: "Red List"

  • 2022-05-28 问题

    下面( )是ID的样式规则定义。 A: TR{clore:red;font-family:"隶书";font-size:24px;} B: H2{color:red;font-family:"隶书";} C: D: grass{color:green;font- family:"隶书"; font-size:24px;} E: P{background-color: F: CCFF33;text-align:left;}

    下面( )是ID的样式规则定义。 A: TR{clore:red;font-family:"隶书";font-size:24px;} B: H2{color:red;font-family:"隶书";} C: D: grass{color:green;font- family:"隶书"; font-size:24px;} E: P{background-color: F: CCFF33;text-align:left;}

  • 2022-07-01 问题

    如果在网页中要用单独一行居中以红色7号字体显示“武汉理工大学”,则下面正确的选项包括( )。 A: <p align="center"><font size="+4" color=" B: FF0000">武汉理工大学</font></p> C: <p align="center"><font size="7" color="red">武汉理工大学</font></p> D: <p style="text-align:center;color:red;font-size:xx-large">武汉理工大学</p> E: <p style="text-align:center;color:rgb(255,0,0);font-size:xx-large">武汉理工大学</p>

    如果在网页中要用单独一行居中以红色7号字体显示“武汉理工大学”,则下面正确的选项包括( )。 A: <p align="center"><font size="+4" color=" B: FF0000">武汉理工大学</font></p> C: <p align="center"><font size="7" color="red">武汉理工大学</font></p> D: <p style="text-align:center;color:red;font-size:xx-large">武汉理工大学</p> E: <p style="text-align:center;color:rgb(255,0,0);font-size:xx-large">武汉理工大学</p>

  • 2022-07-29 问题

    10.关于行内式引入CSS样式表,以下书写正确的是() A: <pstyle=font-size:12px;color:red;>段落文本</p> B: <pstyle="font-size:12px,color:red;">段落文本</p> C: <pstyle="font-size:12px;color:red;">段落文本</p> D: <pstyle="font:12px;color:red;">段落文本</p>

    10.关于行内式引入CSS样式表,以下书写正确的是() A: <pstyle=font-size:12px;color:red;>段落文本</p> B: <pstyle="font-size:12px,color:red;">段落文本</p> C: <pstyle="font-size:12px;color:red;">段落文本</p> D: <pstyle="font:12px;color:red;">段落文本</p>

  • 2022-07-01 问题

    需要规定当前网页中链接文字的色彩为蓝色,正在被点击的链接文字的色彩为红色,点击过的链接文字的色彩为灰色,则正确的选项为( )。 A: <body link="blue" alink="red" vlink="gray"> B: <body link="rgb(0,0,255)" alink="rgb(255,0,0)" vlink="rgb(128,128,128)"> C: <body link=" D: 0000FF" alink=" E: FF0000" vlink=" F: 808080"> G: <body link="rgb(0,0, H: FF)" alink="rgb( I: FF,0,0)" vlink="rgb( J: 80, K: 80, L: 80)">

    需要规定当前网页中链接文字的色彩为蓝色,正在被点击的链接文字的色彩为红色,点击过的链接文字的色彩为灰色,则正确的选项为( )。 A: <body link="blue" alink="red" vlink="gray"> B: <body link="rgb(0,0,255)" alink="rgb(255,0,0)" vlink="rgb(128,128,128)"> C: <body link=" D: 0000FF" alink=" E: FF0000" vlink=" F: 808080"> G: <body link="rgb(0,0, H: FF)" alink="rgb( I: FF,0,0)" vlink="rgb( J: 80, K: 80, L: 80)">

  • 2021-04-14 问题

    危机应对的哲学观有哪些?@font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋体"; } @font-face{ font-family:"Calibri"; } @font-face{ font-family:"仿宋"; } p.MsoNormal{ mso-style-name:正文; mso-style-parent:""; margin:0pt; margin-bottom:.0001pt; mso-pagination:none; text-align:justify; text-justify:inter-ideograph; font-family:Calibri; mso-fareast-font-family:宋体; mso-bidi-font-family:'Times New Roman'; font-size:10.5000pt; mso-font-kerning:1.0000pt; } span.msoIns{ mso-style-type:export-only; mso-style-name:""; text-decoration:underline; text-underline:single; color:blue; } span.msoDel{ mso-style-type:export-only; mso-style-name:""; text-decoration:line-through; color:red; } } div.Section0{page:Section0;

    危机应对的哲学观有哪些?@font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋体"; } @font-face{ font-family:"Calibri"; } @font-face{ font-family:"仿宋"; } p.MsoNormal{ mso-style-name:正文; mso-style-parent:""; margin:0pt; margin-bottom:.0001pt; mso-pagination:none; text-align:justify; text-justify:inter-ideograph; font-family:Calibri; mso-fareast-font-family:宋体; mso-bidi-font-family:'Times New Roman'; font-size:10.5000pt; mso-font-kerning:1.0000pt; } span.msoIns{ mso-style-type:export-only; mso-style-name:""; text-decoration:underline; text-underline:single; color:blue; } span.msoDel{ mso-style-type:export-only; mso-style-name:""; text-decoration:line-through; color:red; } } div.Section0{page:Section0;

  • 1 2 3 4 5 6 7 8 9 10