( 难度:中等)在JavaScript中,以下( )能隐藏id为flower的divA.document.getElementById("flower").styldisplay="none";B.document.getElementById("flower").styldisplay="hidden";C.document.getElementById("flower").stylvisibility="none";D.document.getElementById("flower").stylvisibility="hidden"
( 难度:中等)在JavaScript中,以下( )能隐藏id为flower的div
A.document.getElementById("flower").styldisplay="none";
B.document.getElementById("flower").styldisplay="hidden";
C.document.getElementById("flower").stylvisibility="none";
D.document.getElementById("flower").stylvisibility="hidden"
A.document.getElementById("flower").styldisplay="none";
B.document.getElementById("flower").styldisplay="hidden";
C.document.getElementById("flower").stylvisibility="none";
D.document.getElementById("flower").stylvisibility="hidden"
相关考题:
要向Applet传递参数,应该在下列drawing.html文件的下划线处填入的选项是……applet code=DrawImage.class width=100 height=100/applet……A.param image,“flower.gif”B.param image value= flower .gifC.param name= image value=“flower .gif”D.param name=“image”value=“flower.gif”
要向Applet传递参数,应该在下列drawing.html文件的下画线处填人的选项是( )。A.param image,”flower.gif”B.param image value=flower.gifC.param name=image value=”flower.gif”D.2param name=”image”value=”flower.gif”
要向Applet传递参数,应该在下列drawing.html文件的下画线处填人的选项是( )。 … … applet code=Drawlmage.class width=1 00 height= 100 /applet … …A.param image,"flower.gif"B.param image value=flower.gifC.param name=image value="flower.gif"D.param name="image"value="flower.gif"
要向Applet传递参数,应该在下列drawing.htnll文件的下画线处填入的选项是( )。A.param image,”flower.gif”B.param image value=flower.gifC.param name=image value=”flower.gif”D.param name”image”value=”flower.gif”
若有以下程序执行时若输入:Fig flower is red.<;回车>;则输出结果是A.Fig flower is red.is blue.B.Fig flower is red.C.Fig floweris red.D.Fig floweris
要向Applet传递参数,应该在下列drawing.htm文件的下画线处填入的选项是( )。 …… applet code=DrawImage.class width=100 height=100 /applet ……A.param image,"flower.gif"B.param image value=flower.gifC.param name=image value="flower.gif"D.param name="image"value="flower.gif"
在JavaScript中,以下( )能隐藏id为flower的div A.document.getElementById("flower").style.display="none";B.document.getElementById("flower").style.display="hidden";C.document.getElementById("flower").style.visibility="none";D.document.getElementById("flower").style.visibility="hidden"
The girl with a flower in her hand is my sister.(改为含有定语从句的复合句)The girl_________ _________ a flower in her hand is my sister.
当前文件夹下有一个HTML文件a.htm和一个子文件夹B,文件夹B中有一个图片文件flower.jpg,请问()写法可以在a.htm中插入该图片A、imgsrc="flower.jpg"B、imgsrc="../flower.jpg"C、imgsrc="B/flower.jpg"D、imgsrc="/B/flower.jpg"
布尔算符优先执行的正确式顺序为()A、(flower+orchid)*tissueculture-roseB、(flower*orchid)+tissueculture-roseC、(flower+orchid)-rose*tissuecultureD、(flower*orchid)*tissueculture-rose
单选题Have you watered the flower? I don’t think this kind of flower need()every day.AwaterBwateringCbe wateredDbeing watered
单选题The relationship between flower and lotus is_______.AsuperordinateBantonymyChyponymyDhomonymy
单选题The relationship between flower and lotus is_______.AsuperordinateBantonymyChyponymyDhomonymy
单选题布尔算符优先执行的正确式顺序为()A(flower+orchid)*tissueculture-roseB(flower*orchid)+tissueculture-roseC(flower+orchid)-rose*tissuecultureD(flower*orchid)*tissueculture-rose
单选题当前文件夹下有一个HTML文件a.htm和一个子文件夹B,文件夹B中有一个图片文件flower.jpg,请问()写法可以在a.htm中插入该图片Aimgsrc=flower.jpgBimgsrc=../flower.jpgCimgsrc=B/flower.jpgDimgsrc=/B/flower.jpg
单选题Have you watered the flower? I don’t think this kind of flower need()every day.AwaterBwateringCbe wateredDbeing watered
( 难度:中等)下面关闭名为mydiv的层的代码正确的是( )A.document.getElementById(mydiv).styldisplay="none";B.document.getElementById("mydiv").styldisplay=none;C.document.getElementById("mydiv").styldisplay="none";D.document.getElementById("mydiv").styldisplay=="none";