大学职业资格刷题搜题APP
下载APP
课程
玩着学单词
题库模板
WORD模板下载
EXCEL模板下载
视频教程
创建题库
登录
logo - 刷刷题
创建自己的小题库
搜索
【单选题】

Which of the following statements about the attributes ofvideo tag is incorrect ? ( )

A.
The controls attributeis used to provide play, pause and volume controls.
B.
The loop attribute controls whether to play video file cyclically or not.
C.
The poster attribute indicates the image displayed by the video when it does not start playing.
D.
We can introduce the video source file with url attribute.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
收藏 - 刷刷题收藏
举报
刷刷题
参考答案:
举一反三

【单选题】Which of the following statements about canvas is incorrect? ( )

A.
Canvas element in html5 is used to draw graphics, which is usually done by js.
B.
The canvas element is just a graphics container, and you must use scripts to draw graphics.
C.
You can draw paths, boxes, circles, characters and add images for the canvas element.
D.
You can change the graphics at any time after drawing it.

【单选题】In canvas, what is used to move coordinate space? ( )

A.
transition
B.
context.transparent
C.
context.translate
D.
context.transform

【单选题】Which of the following statements about canvas is correct? ( )

A.
The maxWidth, the third parameter of fillText() method, is optional.
B.
The fillText() method can draw a text string in the canvas.
C.
When arc() method draws an arc, its last parameter is true or fasle, that is, whether it is clockwise or not, and it cannot be omitted.
D.
The clearRect(width, height, left,top) method is used to clear all the contents in the rectangular area with width=width and height=height and the top left corner at (left, top).

【单选题】Which of the following statements about audio and video attributes is incorrect? ( )

A.
We can use the <audio> tag to import audio files.
B.
When using the <audio> tag, it can be abbreviated as <audio src = "" loop autoplay controls>.
C.
In the <audio> tag, we use src to import audio files.
D.
In the <audio> tag, we must use source to import audio files.

【单选题】Draw a line on canvas, requiring the start coordinate to be (0,0), the end coordinate to be (100,50), and which one is correct for the following three blanks? ( )<canvas id="myCanvas" width="200px...

A.
ctx.moveFrom(0,0)ctx.lineTo(100,50)ctx.stroke()
B.
ctx.lineFrom(0,0)ctx.lineTo(100,50) ctx.stroke()
C.
ctx.moveTo(0,0)ctx.lineTo(100,50)ctx.stroke()
D.
ctx.moveTo(0,0)ctx.lineTo(100,50) ctx.strokeText()
相关题目:
【单选题】Which of the following statements about canvas is incorrect? ( )
A.
Canvas element in html5 is used to draw graphics, which is usually done by js.
B.
The canvas element is just a graphics container, and you must use scripts to draw graphics.
C.
You can draw paths, boxes, circles, characters and add images for the canvas element.
D.
You can change the graphics at any time after drawing it.
【单选题】In canvas, what is used to move coordinate space? ( )
A.
transition
B.
context.transparent
C.
context.translate
D.
context.transform
【单选题】Which of the following statements about canvas is correct? ( )
A.
The maxWidth, the third parameter of fillText() method, is optional.
B.
The fillText() method can draw a text string in the canvas.
C.
When arc() method draws an arc, its last parameter is true or fasle, that is, whether it is clockwise or not, and it cannot be omitted.
D.
The clearRect(width, height, left,top) method is used to clear all the contents in the rectangular area with width=width and height=height and the top left corner at (left, top).
【单选题】Which of the following statements about audio and video attributes is incorrect? ( )
A.
We can use the <audio> tag to import audio files.
B.
When using the <audio> tag, it can be abbreviated as <audio src = "" loop autoplay controls>.
C.
In the <audio> tag, we use src to import audio files.
D.
In the <audio> tag, we must use source to import audio files.
【单选题】Draw a line on canvas, requiring the start coordinate to be (0,0), the end coordinate to be (100,50), and which one is correct for the following three blanks? ( )<canvas id="myCanvas" width="200px...
A.
ctx.moveFrom(0,0)ctx.lineTo(100,50)ctx.stroke()
B.
ctx.lineFrom(0,0)ctx.lineTo(100,50) ctx.stroke()
C.
ctx.moveTo(0,0)ctx.lineTo(100,50)ctx.stroke()
D.
ctx.moveTo(0,0)ctx.lineTo(100,50) ctx.strokeText()
刷刷题-刷题-导入试题 - 刷刷题
参考解析:
题目纠错 0
发布
刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-单词鸭