以下哪个标签语言符合HTML的语法规范?( )
A: <;img src=pic1.jpg width=150 height=200/>;
B: <;p>;<;div>;文字加粗的段落<;/p>;<;/div>;
C: <;p align=center>;
D: <;hr width="400" color="
E: 000000" />;
A: <;img src=pic1.jpg width=150 height=200/>;
B: <;p>;<;div>;文字加粗的段落<;/p>;<;/div>;
C: <;p align=center>;
D: <;hr width="400" color="
E: 000000" />;
举一反三
- 以下哪个标签语言符合HTML的语法规范( )。 A: IMG SRC=list.gif B: 文字加粗的段落 C: D:
- 设置水平线居中,宽度为50%,颜色是红色的网页编码是( )。 A: <;br align="center" width="50%" color="red"/>; B: <;hr align="center" width="50%" color="red"/>; C: <;hr align="center" width="50%" color="red">;<;/hr>; D: <;br align="center" width="50%" color="red">;<;/br>;
- 对于<;div style="width:100px,height:100px;background:red">;<;/div>;,可实现与代码$("div").slideUp(400)同样效果的是( ) A: $("div").animate({"width":"0px","height":"0px"}) B: $("div").animate({"width":"0px","height":"100px"}) C: $("div").animate({"height":"0px"}) D: $("div").animate("height","0px")
- 关于jQuery中自定义动画方法animate()的使用方法,正确的是(): $("div").animate("width","100px")|$("div").animate(400,{"width":"100px","height":"100px"})|$("div").animate({"height":"+=50px"})|$("div").animate({"height":"500px";"width":"500px"})
- 关于jQuery中自定义动画方法animate()的使用方法,正确的是 A: $("div").animate(400,{"width":"100px","height":"100px"}) B: $("div").animate("width",100px") C: $("div").animate({"height":"500px","width":"500px"}) D: $("div").animate({"height":"+=50px"})