百年教育职业培训中心 百年教育学习服务平台
国家开放大学|国开搜题

超尔星学雅习通HTML5+CSS3前端开发技术 HTML5+CSS3 Front-End Development Technology作业答案

来源: 更新时间:

HTML5+CSS3前端开发技术HTML5+CSS3Front-EndDevelopmentTechnology学校:无问题1:1.在网页中,URL其实就是Web地址,俗称“网址&rdqu

HTML5+CSS3前端开发技术 HTML5+CSS3 Front-End Development Technology

学校: 无

问题 1: 1. 在网页中,URL其实就是Web地址,俗称“网址”。
In the Web page, the URL is actually a Web address, commonly known as "URL".

选项:

答案: 正确

问题 2: 2. HTTP是英文缩写,指的是超文本传输协议。
HTTP is an English abbreviation, refers to the hypertext transfer protocol.

选项:

答案: 正确

问题 3: 3. 在浏览网页时,输入的“WWW”只是域名。
When browsing the web, enter the "WWW" is only the domain name.

选项:

答案: 错误

问题 4: 4. 标签标志着HTML文档的开始,标签标志着HTML文档的结束。
The tag marks the beginning of the HTML document, and the tag marks the end of the HTML document.

选项:

答案: 正确

问题 5: 5. 为单标签,用于定义一条水平线。
is a single label used to define a horizontal line.

选项:

答案: 正确

问题 6: 6. 浏览器中显示的所有文本、图像、音频和视频等信息都必须位于标签内。
All text, images, audio, and video displayed in the browser must be inside the tag.

选项:

答案: 正确

问题 7: 7. loop属性让视频具有循环播放功能。
The loop property makes the video have the loop playback function.

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 8: 8. 通过宽高属性来缩放视频,则该视频的原始大小不变。
Through the width and height attributes to scale the video, the original size of the video remains unchanged.

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 9: 9. 下列选项中,属于单标签语法格式的是()。
Of the following options, the one that belongs to the single label syntax format is ().

选项:

A. <标签名/> < tag name />

B. <标签名>内容 < tag name > content

C.

D. <标签名> < tag name >

答案: 请关注公众号【渝粤搜题】查看答案

问题 10: 10. 下列标签中,用于设置文本粗体显示的是()。
In the following labels, the one used to set the text bold is ().

选项:

A. 和

B. 和

C. 和

D. 和

答案: 请关注公众号【渝粤搜题】查看答案

问题 11: 11. 下面选项中,用于定义无序列表的标签是()。
In the following options, the label used to define an unordered list is ().

选项:

A.

B.

C.

D.

答案: 请关注公众号【渝粤搜题】查看答案

问题 12: 12. 下列选项中,属于定义列表的基本语法格式的是()
Of the following options, the basic syntax for defining lists is ().

选项:

A. 列表项1 列表项2

B. 列表项1 列表项2......

C. 名词1 名词1解释1 名词1解释2

D. 名词1名词2

答案: 请关注公众号【渝粤搜题】查看答案

问题 13: 13. 下列选项中,用来设置行背景颜色的是()。
Of the following options, the one used to set the background color of the row is ().

选项:

A. height

B. align

C. bgcolor

D. background

答案: 请关注公众号【渝粤搜题】查看答案

问题 14: 14. 下列选项中,用来定义下拉列表的是()。
Of the following options, the one used to define the drop-down list is ().

选项:

A.

B.

C.

D.

答案: 请关注公众号【渝粤搜题】查看答案

问题 15: 15. 下面选项中,用于为页面添加视频的标签是()。
In the following options, the tag used to add video to the page is ().

选项:

A. video

B. audio

C. image

D. text

答案: 请关注公众号【渝粤搜题】查看答案

问题 16: 16. 当页面载入完成后,可以自动播放视频的属性是()。
When the page is loaded, the property that can automatically play the video is ().

选项:

A. autoplay

B. loop

C. preload

D. poster

答案: 请关注公众号【渝粤搜题】查看答案

问题 17: 17. 网页的根标签是,主体标签是 ,标题标签是 。
The root tag of the page is , the main tag is , and the title tag is .

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 18: 18. 在HTML语言中, 标签用于设置表格的表头。
In HTML, the tag is used to set the header of the table.

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 19: 19. 在标签中, 属性用于指定不同的控件类型。
In the tag, the attribute is used to specify different control types.

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 20: 20. 在audio标签的语法中, 属性用于设置音频文件的路径。
In the syntax of the audio tag, the attribute is used to set the path of the audio file.

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 21: 21. HTML文档基本格式主要包括以下哪几类()。
The basic format of HTML documents mainly includes the following categories ().

选项:

A. 文档类型声明 Document type declaration

B. 根标签 root tag

C. 头部标签 Head label

D. 主体标签 body tag

答案: 请关注公众号【渝粤搜题】查看答案

问题 22: 22. 下列选项中,属于单标签的是()。
Among the following options, the single label is ().

选项:

A.

B.

C.

D.

答案: 请关注公众号【渝粤搜题】查看答案

问题 23: 23. 下列选项中,属于定义有序列表相关属性的是()。
Of the following options, the attribute that defines an ordered list is ().

选项:

A. background

B. type

C. start

D. value

答案: 请关注公众号【渝粤搜题】查看答案

问题 24: 24. 下列选项中,属于创建表格的基本标签是()。
In the following options, the basic label that belongs to creating a table is ().

选项:

A.

B.

C.

D.

答案: 请关注公众号【渝粤搜题】查看答案

问题 25: 25. 下列选项中,属于标签属性的是()。
Of the following options, the attribute belonging to the tag is ().

选项:

A. border

B. cellspacing

C. cellpadding

D. background

答案: 请关注公众号【渝粤搜题】查看答案

问题 26: 26. 下列选项中,属于表单控件的是()。
Of the following options, the form control is ().

选项:

A. 单行文本输入框 Single-line text input box

B. 密码输入框 Password input box

C. 复选框 Check box

D. 提交按钮 Submit button

答案: 请关注公众号【渝粤搜题】查看答案

问题 27: 27. 下列选项中,属于HTML5支持的视频格式有()。
Among the following options, the video formats supported by HTML5 are ().

选项:

A. ogg

B. mpeg4

C. webm

D. wav

答案: 请关注公众号【渝粤搜题】查看答案

问题 28: 28. 下列选项中,属于HTML5支持的音频格式有()。
Among the following options, the audio formats supported by HTML5 are ().

选项:

A. ogg

B. mp3

C. webm

D. wav

答案: 请关注公众号【渝粤搜题】查看答案

问题 29: 29. 下面的选项中,属于audio标签的属性是()。
In the following options, the attribute belonging to the audio tag is ().

选项:

A. autoplay

B. loop

C. src

D. controls

答案: 请关注公众号【渝粤搜题】查看答案

问题 30: 1. 下列选项中,属于transition-property属性值的是()。
Of the following options, the transition-property property value is ().

选项:

A. none

B. all

C. both

D. property

答案: 请关注公众号【渝粤搜题】查看答案

问题 31: 2. 关于@keyframes规则参数的描述,下列说法正确的是()。
Regarding the description of @keyframes rule parameters, the following statement is correct ().

选项:

A. animationname表示当前动画的名称,是引用时的唯一标识 animationname Indicates the name of the current animation, which is a unique identifier for reference

B. keyframes-selector:指定当前关键帧要应用到整个动画过程中的位置 keyframes-selector: specifies the position to which the current keyframe should be applied throughout the animation process

C. keyframes-selector值可以是一个百分比、from或者to The keyframes-selector value can be a percentage, from, or to

D. css-styles定义执行到当前关键帧时对应的动画状态 css-styles Defines the animation status of the current keyframe

答案: 请关注公众号【渝粤搜题】查看答案

问题 32: 3. 关于transition-property属性的描述,下列说法正确的是()。
Regarding the description of the transition-property property, the following statement is correct ().

选项:

A. 用于指定应用过渡效果的CSS属性的名称 The name of the CSS property used to specify the transition effect

B. 用于定义完成过渡效果需要花费的时间 used to define the time required to complete the transition effect

C. 规定过渡效果中速度的变化 specify the speed change in the transition effect

D. 规定过渡效果何时开始 Specify when the transition effect will begin

答案: 请关注公众号【渝粤搜题】查看答案

问题 33: 4. 下列选项中,用于定义完成过渡效果需要花费时间的属性是()。
Of the following options, the attribute that defines the time required to complete the transition effect is ().

选项:

A. transition-property

B. transition-duration

C. transition-timing-function

D. transition-delay

答案: 请关注公众号【渝粤搜题】查看答案

问题 34: 5. 下列选项中,用于规定过渡效果何时开始的属性是()。 In the following options, the attribute used to specify when the transition effect begins is ().

选项:

A. transition-delay

B. transition-timing-function

C. transition-property

D. transition-duration

答案: 请关注公众号【渝粤搜题】查看答案

问题 35: 6. 在CSS3中,可以实现平移效果的属性是()。
In CSS3, the attribute that can achieve the translation effect is ().

选项:

A. translate()

B. scale()

C. skew()

D. rotate()

答案: 请关注公众号【渝粤搜题】查看答案

问题 36: 7. 在CSS3中,可以实现缩放效果的属性是()。
In CSS3, the attribute that can achieve the scaling effect is ().

选项:

A. translate()

B. scale()

C. skew()

D. rotate()

答案: 请关注公众号【渝粤搜题】查看答案

问题 37: 8. 在CSS3中,可以实现倾斜效果的属性是()。
In CSS3, the attribute that can achieve the tilt effect is ().

选项:

A. translate()

B. scale()

C. skew()

D. rotate()

答案: 请关注公众号【渝粤搜题】查看答案

问题 38: 9. 在CSS3中,可以实现旋转效果的属性是()。
In CSS3, the attribute that can achieve the rotation effect is ().

选项:

A. translate()

B. scale()

C. skew()

D. rotate()

答案: 请关注公众号【渝粤搜题】查看答案

问题 39: 10. 下列选项中,用于定义整个动画效果完成所需要的时间的属性是()。
In the following options, the attribute that defines the time it takes for the entire animation to complete is ().

选项:

A. animation-direction

B. animation-iteration-count

C. animation

D. animation-duration

答案: 请关注公众号【渝粤搜题】查看答案

问题 40: 11. 下列选项中,用于定义当前动画播放方向的属性是()。
In the following options, the property that defines the current animation playback direction is ().

选项:

A. animation-direction

B. animation-iteration-count

C. animation

D. animation-duration

答案: 请关注公众号【渝粤搜题】查看答案

问题 41: 12. 下列选项中,用于定义动画播放次数的属性是()。
In the following options, the property used to define the number of animations played is ().

选项:

A. animation-direction

B. animation-iteration-count

C. animation

D. animation-duration

答案: 请关注公众号【渝粤搜题】查看答案

问题 42: 13. transition-property属性用于指定应用过渡效果的CSS属性的名称。()
The transition-property is used to specify the name of the CSS property to which the transition effect will be applied. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 43: 14. transition-duration属性用于定义完成过渡效果需要花费的时间。()
The transition-duration property is used to define the time it takes to complete the transition effect. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 44: 15. transition-delay的属性值只能为正整数。()
The attribute value of transition-delay can only be a positive integer. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 45: 16. transform属性可以实现网页中元素的变形效果。()
The transform attribute can realize the deformation effect of elements in the web page. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 46: 17. 使用animation属性时必须指定animation-name和animation-duration属性,否则动画效果将不会播放。()
Animation-name and animation-duration properties must be specified when using the animation property, otherwise the animation effect will not play. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 47: 18. animation-name属性用于定义要应用的动画名称。()
The animation-name attribute is used to define the animation name to be applied. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 48: 19. animation-direction属性用于定义当前动画播放的方向。()
Animation-direction property is used to define the direction of the current animation. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

问题 49: 20. animation-iteration-count属性用于定义动画的播放次数。()
The animation-Iteration -count property is used to define the playback times of an animation. ()

选项:

答案: 请关注公众号【渝粤搜题】查看答案

电话咨询