相关考题
-
单项选择题
在marquee标签中,哪个属性控制滚到的方式?()
A.direction
B.behavior
C.width
D.style -
单项选择题
分析下面的HTML代码,该页面在浏览器中的现实效果为()。
A.从左向右滚动显示"Welcome!"
B.从右向左滚动显示"Welcome!"
C.从上向下滚动显示"Welcome!"
D.从下向上滚动显示"Welcome!" -
单项选择题
要实现延时跳转,以下代码正确的是?()
A.〈metahttp-equiv="refresh"content="3;url=a.html"/〉
B.〈metahttp-equiv="refresh"content="3;url=’a.html’"/〉
C.〈metahttp-equiv="refresh"content="3,url=a.html"/〉
D.〈metahttp-equiv="refresh"content="3,url=’a.html’"/〉
