网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

指定移动文字的循环速度的HTML代码是()

  • A、<marquee scrollamount =#> ... </marquee> 
  • B、<marquee loop=#> ... </marquee> 
  • C、<marquee auto=#> ... </marquee> 
  • D、<marquee time=#> ... </marquee>

参考答案

更多 “指定移动文字的循环速度的HTML代码是()A、marquee scrollamount =# ... /marquee B、marquee loop=# ... /marquee C、marquee auto=# ... /marquee D、marquee time=# ... /marquee” 相关考题
考题 在HTML页面上,当按下键盘上的任意一个键时都会触发Javascript的()事件。A、onFocusB、onBlurC、onSubmitD、onKeyDown

考题 以下()表达式产生一个0~7之间(含0,7)的随机整数.A、Math.floor(Math.random()*6)B、Math.floor(Math.random()*7)C、Math. floor(Math.random()*8)D、Math.ceil(Math.random()*8)

考题 在HTML中,下面()是已被访问过呈红色文字的样式。A、a:link{color:red;}B、a:hover{color:red;}C、a:visited{color:red;}D、a:active{color:red;}

考题 下列表示下标的是()A、sup./sup B、sub/sub C、top/top

考题 JavaScript的数据类型主要有()A、字符串值B、数字C、日期型D、逻辑值E、布尔值

考题 ()是指从自身边框到另一个容器边框之间的距离,称为容器外距离。A、marginB、paddingC、boderD、span

考题 下面有关html结构描述正确的有()A、ulli/li/ulB、olli/li/ol C、dldtdd/dd/dt/dlD、tabletrtd/td/tr/table

考题 有关JAVASCRIPT的定时器,下列说法正确的是()A、用于指定在一段特定的时间后执行某段程序 B、setTimeout(“表达式”,毫秒数)其功能是在经过毫秒数后重复执行表达式 C、clearTimeout(id)是用于终止一个定时器 D、setInterval(“表达式”,毫秒)的功能是每隔毫秒数重复执行表达式,直至窗口)框架被关闭或执行clearInterval。 E、clearInterval(id)的功能是终止定时器

考题 下面选项中,可以设置页面中某个DIV标签相对页面水平居中的CSS样式是()。A、margin:0autoB、padding:0autoC、text-align:centerD、vertical-align:middle

考题 下列的HTML中哪个可以插入背景图像()A、body background="background.gif"B、background img="background.gif"C、img src="background.gif" background