国开电大中国大学moochtml5+css3前端开发技术 html5+css3 front-end development technology作业答案
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文档的结束。
Thetag marks the beginning of the HTML document, and thetag 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 thetag.
选项:
答案: 正确
问题 7: 7. loop属性让视频具有循环播放功能。
The loop property makes the video have the loop playback function.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 8: 8. 通过宽高属性来缩放视频,则该视频的原始大小不变。
Through the width and height attributes to scale the video, the original size of the video remains unchanged.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 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 >
答案: 请关注ybaotk.com搜题查看答案
问题 10: 10. 下列标签中,用于设置文本粗体显示的是()。
In the following labels, the one used to set the text bold is ().
选项:
•
A. 和
•
B. 和
•
C. 和
•
D. 和
答案: 请关注ybaotk.com搜题查看答案
问题 11: 11. 下面选项中,用于定义无序列表的标签是()。
In the following options, the label used to define an unordered list is ().
选项:
•
A.
•
B.
•
C.
•
D.
答案: 请关注ybaotk.com搜题查看答案
问题 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
答案: 请关注ybaotk.com搜题查看答案
问题 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
答案: 请关注ybaotk.com搜题查看答案
问题 14: 14. 下列选项中,用来定义下拉列表的是()。
Of the following options, the one used to define the drop-down list is ().
选项:
•
A.
•
B.
•
C.
•
D.
答案: 请关注ybaotk.com搜题查看答案
问题 15: 15. 下面选项中,用于为页面添加视频的标签是()。
In the following options, the tag used to add video to the page is ().
选项:
•
A. video
•
B. audio
•
C. image
•
D. text
答案: 请关注ybaotk.com搜题查看答案
问题 16: 16. 当页面载入完成后,可以自动播放视频的属性是()。
When the page is loaded, the property that can automatically play the video is ().
选项:
•
A. autoplay
•
B. loop
•
C. preload
•
D. poster
答案: 请关注ybaotk.com搜题查看答案
问题 17: 17. 网页的根标签是,主体标签是 ,标题标签是。
The root tag of the page is , the main tag is, and the title tag is.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 18: 18. 在HTML语言中, 标签用于设置表格的表头。
In HTML, thetag is used to set the header of the table.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 19: 19. 在标签中, 属性用于指定不同的控件类型。
In thetag, the attribute is used to specify different control types.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 20: 20. 在audio标签的语法中, 属性用于设置音频文件的路径。
In the syntax of the audio tag, the attribute is used to set the path of the audio file.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 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
答案: 请关注ybaotk.com搜题查看答案
问题 22: 22. 下列选项中,属于单标签的是()。
Among the following options, the single label is ().
选项:
•
A.
•
B.
•
C.
•
D.
答案: 请关注ybaotk.com搜题查看答案
问题 23: 23. 下列选项中,属于定义有序列表相关属性的是()。
Of the following options, the attribute that defines an ordered list is ().
选项:
•
A. background
•
B. type
•
C. start
•
D. value
答案: 请关注ybaotk.com搜题查看答案
问题 24: 24. 下列选项中,属于创建表格的基本标签是()。
In the following options, the basic label that belongs to creating a table is ().
选项:
•
A.
•
B.
•
C.
•
D.
答案: 请关注ybaotk.com搜题查看答案
问题 25: 25. 下列选项中,属于标签属性的是()。
Of the following options, the attribute belonging to thetag is ().
选项:
•
A. border
•
B. cellspacing
•
C. cellpadding
•
D. background
答案: 请关注ybaotk.com搜题查看答案
问题 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
答案: 请关注ybaotk.com搜题查看答案
问题 27: 27. 下列选项中,属于HTML5支持的视频格式有()。
Among the following options, the video formats supported by HTML5 are ().
选项:
•
A. ogg
•
B. mpeg4
•
C. webm
•
D. wav
答案: 请关注ybaotk.com搜题查看答案
问题 28: 28. 下列选项中,属于HTML5支持的音频格式有()。
Among the following options, the audio formats supported by HTML5 are ().
选项:
•
A. ogg
•
B. mp3
•
C. webm
•
D. wav
答案: 请关注ybaotk.com搜题查看答案
问题 29: 29. 下面的选项中,属于audio标签的属性是()。
In the following options, the attribute belonging to the audio tag is ().
选项:
•
A. autoplay
•
B. loop
•
C. src
•
D. controls
答案: 请关注ybaotk.com搜题查看答案
问题 30: 30. 在video标签的语法中, 属性用于控制是否显示播放控件。
In the syntax of the video tag, theattribute is used to control whether the playback control is displayed.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 31: 31. 关于段落标签的描述,下列说法正确的是()。
Regarding the description of paragraph labels, the following statement is correct ().
选项:
•
A. 是段落标签
is paragraph tag
•
B. 文本在段落中会根据浏览器窗口的大小自动换行 Text is wrapped automatically in paragraphs according to the size of the browser window
•
C. 是段落标签
is the paragraph tag
•
D. 文本在段落中不会自动换行 Text does not wrap itself in paragraphs
答案: 请关注ybaotk.com搜题查看答案
问题 32: 32. 下列标签中,用于设置文本下划线的是()。
In the following labels, the one used to set the text underline is ().
选项:
•
A. 和
•
B. 和
•
C. 和
•
D. 和
答案: 请关注ybaotk.com搜题查看答案
问题 33: 33. 下列属性中,用来设置单元格横跨列数的是()。
Of the following properties, the one used to set the number of cells across the column is ().
选项:
•
A. width
•
B. bgcolor
•
C. rowspan
•
D. colspan
答案: 请关注ybaotk.com搜题查看答案
问题 34: 34. 下面选项中,用于为页面添加音频的标签是()。
In the following options, the tag used to add audio to the page is ().
选项:
•
A. video
•
B. audio
•
C. image
•
D. 以上都不是 None of the above
答案: 请关注ybaotk.com搜题查看答案
问题 35: 35. 关于
选项:
•
A.
•
B. 一个HTML文档只能包含一对标签 。An HTML document can contain only one pair oftags
•
C. 之间的内容将显示在浏览器窗口的标题栏中。The content between C andwill be displayed in the title bar of the browser window
•
D.
答案: 请关注ybaotk.com搜题查看答案
问题 36: 1. 下列选项中,属于transition-property属性值的是()。
Of the following options, the transition-property property value is ().
选项:
•
A. none
•
B. all
•
C. both
•
D. property
答案: 请关注ybaotk.com搜题查看答案
问题 37: 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
答案: 请关注ybaotk.com搜题查看答案
问题 38: 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
答案: 请关注ybaotk.com搜题查看答案
问题 39: 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
答案: 请关注ybaotk.com搜题查看答案
问题 40: 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
答案: 请关注ybaotk.com搜题查看答案
问题 41: 6. 在CSS3中,可以实现平移效果的属性是()。
In CSS3, the attribute that can achieve the translation effect is ().
选项:
•
A. translate()
•
B. scale()
•
C. skew()
•
D. rotate()
答案: 请关注ybaotk.com搜题查看答案
问题 42: 7. 在CSS3中,可以实现缩放效果的属性是()。
In CSS3, the attribute that can achieve the scaling effect is ().
选项:
•
A. translate()
•
B. scale()
•
C. skew()
•
D. rotate()
答案: 请关注ybaotk.com搜题查看答案
问题 43: 8. 在CSS3中,可以实现倾斜效果的属性是()。
In CSS3, the attribute that can achieve the tilt effect is ().
选项:
•
A. translate()
•
B. scale()
•
C. skew()
•
D. rotate()
答案: 请关注ybaotk.com搜题查看答案
问题 44: 9. 在CSS3中,可以实现旋转效果的属性是()。
In CSS3, the attribute that can achieve the rotation effect is ().
选项:
•
A. translate()
•
B. scale()
•
C. skew()
•
D. rotate()
答案: 请关注ybaotk.com搜题查看答案
问题 45: 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
答案: 请关注ybaotk.com搜题查看答案
问题 46: 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
答案: 请关注ybaotk.com搜题查看答案
问题 47: 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
答案: 请关注ybaotk.com搜题查看答案
问题 48: 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. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 49: 14. transition-duration属性用于定义完成过渡效果需要花费的时间。()
The transition-duration property is used to define the time it takes to complete the transition effect. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 50: 15. transition-delay的属性值只能为正整数。()
The attribute value of transition-delay can only be a positive integer. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 51: 16. transform属性可以实现网页中元素的变形效果。()
The transform attribute can realize the deformation effect of elements in the web page. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 52: 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. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 53: 18. animation-name属性用于定义要应用的动画名称。()
The animation-name attribute is used to define the animation name to be applied. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 54: 19. animation-direction属性用于定义当前动画播放的方向。()
Animation-direction property is used to define the direction of the current animation. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 55: 20. animation-iteration-count属性用于定义动画的播放次数。()
The animation-Iteration -count property is used to define the playback times of an animation. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 56: 21. 关于transition属性的描述,下列说法正确的是
Regarding the description of the attributes of transition, the following statements are correct
选项:
•
A. transition属性是一个复合属性 The transition property is A compound property
•
B. 设置多个过渡效果时,各个参数必须按照顺序进行定义 when setting multiple transition effects, each parameter must be defined in order
•
C. 设置多个过渡效果时,各个参数不必按照顺序进行定义 when setting multiple transition effects, the parameters do not need to be defined in order
•
D. 设置多个过渡效果时,各个参数用逗号进行分隔 when setting multiple transition effects, each parameter is separated by commas
答案: 请关注ybaotk.com搜题查看答案
问题 57: 1. 在网页中,层叠样式表指的是HTML。()
In web pages, cascading style sheets refer to HTML. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 58: 2. CSS样式规则是由选择器和声明构成。( )
CSS style rules are made up of selectors and declarations. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 59: 3. CSS代码中,不允许有空格出现。
No Spaces are allowed in the CSS code.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 60: 4. 通配符选择器用“ ”号表示。
The wildcard selector is represented by a .
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 61: 5. 并集选择器是各个选择器通过逗号连接而成的。
The combined selector is the selector connected by a comma.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 62: 6. 标签指定式选择器由标签选择器和id选择器两个选择器构成。
The label designation selector is composed of two selectors, the label selector and the id selector.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 63: 7. 层叠性和继承性是CSS的基本特征。
Cascading and inheritance are the basic characteristics of CSS.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 64: 8. CSS的层叠性是指书写CSS样式表时,子标签会继承父标签的某些样式。
The cascading nature of CSS means that when writing CSS style sheets, the child labels will inherit some styles of the parent labels.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 65: 9. 权重相同时,CSS样式遵循就近原则。
When the weight is the same, the CSS style follows the principle of proximity.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 66: 10. 在HTML标签中,使用!important的标签都具有最大优先级。
In HTML tags, use! important tags have maximum priority.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 67: 11. 在表格标签中,border-collapse属性用来使单元格的边框合并。
In the table label, the border-collapse attribute is used to merge the borders of the cells.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 68: 12. 对同一行中的单元格定义不同的高度,最终的高度将取其中的较小者。
Define different heights for the cells in the same row, and the final height will be the smaller of them.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 69: 13. CSS3中,:only-child 选择器用于匹配属于某父元素的唯一子元素的元素。()
In CSS3, the :only-child selector is used to match elements that are unique children of a parent element.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 70: 14. CSS3中,:last-child选择器用于为父元素中的第一个子元素设置样式。()
In CSS3, the :last-child selector is used to style the first child element in the parent element. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 71: 15. 使用链接伪类时,通常按照a:link、a:visited、a:hover和a:active的顺序书写。
When using link pseudo-classes, they are usually written in the order a:link, a:visited, a:hover, and a:active.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 72: 16. 在CSS样式中,属性和属性值之间用什么符号连接()。
In the CSS style, what symbol is used to connect () between the property and the property value.
选项:
•
A. 用英文冒号“:”连接 Connect with A colon (:)
•
B. 用英文分号“;”连接 Use English semicolon ;
•
C. 用逗号“,”连接 Connect the connection using commas (,)
•
D. 用分隔符“/”连接 Connect with the delimiter /
答案: 请关注ybaotk.com搜题查看答案
问题 73: 17. 以下CSS注释的写法正确的是()。
The following CSS comments are correctly written as ().
选项:
•
A.
•
B. /* 注释语句 */ /* Comment statement */
•
C. / 注释语句 / / comment statement /
•
D. 注释语句 Comment statement
答案: 请关注ybaotk.com搜题查看答案
问题 74: 18. 下列选项中,用于设置首行文本缩进的属性是()。
In the following options, the property used to set the first line of text indent is ().
选项:
•
A. text-overflow
•
B. white-space
•
C. text-shadow
•
D. text-indent
答案: 请关注ybaotk.com搜题查看答案
问题 75: 19. 下列选项中,关于选择器权重的优先级的说法正确的是()。
Of the following options, the correct statement about the priority of the selector weight is ().
选项:
•
A. 标签选择器<类选择器<ID选择器 label selector < class selector < ID selector
•
B. 类选择器<ID选择器<标签选择器 class selector < ID selector < label selector
•
C. 标签选择器<ID选择器<类选择器 label selector < ID selector < class selector
•
D. ID选择器<标签选择器<类选择器 ID selector < label selector < class selector
答案: 请关注ybaotk.com搜题查看答案
问题 76: 20. CSS代码:“table{border:1px solid red;}”属于上述代码的含义是()。
CSS code: table{border:1px solid red; } belongs to the above code meaning is ().
选项:
•
A. 设置table的边框为一像素的红色实线 Set the border of the table to A solid red line of one pixel
•
B. 设置单元格的边框为一像素的红色实线 Set the border of the cell to a solid red line of one pixel
•
C. 设置table的边框为一像素的红色虚线 Set the border of the table to a red dotted line of one pixel
•
D. 设置单元格的边框为一像素的红色虚线 Set the border of the cell to a red dotted line of one pixel
答案: 请关注ybaotk.com搜题查看答案
问题 77: 21. 关于链接伪类的描述,下列说法错误的是()。
Regarding the description of linking pseudo-classes, the following statement is wrong ().
选项:
•
A. a:link{}表示超链访问时的状态 a:link{} indicates the status of hyperlink access
•
B. a:visited{}表示访问后超链接的状态 a:visited{} indicates the status of the hyperlink after the visit
•
C. a:hover{}表示鼠标经过、悬停时超链接的状态 a:hover{} indicates the state of the hyperlink when the mouse passes and hovers
•
D. a:active{}表示鼠标点击不动时超链接的状态 a:active{} indicates the hyperlink status when the mouse is not clicked
答案: 请关注ybaotk.com搜题查看答案
问题 78: 22. 下列选项中,属于引入CSS样式表的方式是()。
Of the following options, the way to introduce CSS stylesheets is ().
选项:
•
A. 行内式 inline
•
B. 内嵌式 embedded
•
C. 外链式 external chain
•
D. 旁引式 side guide
答案: 请关注ybaotk.com搜题查看答案
问题 79: 23. 下面的选项中,属于CSS字体样式属性的是()。
The following options, belongs to the CSS font style property is ().
选项:
•
A. font-size
•
B. font-style
•
C. line-height
•
D. font-family
答案: 请关注ybaotk.com搜题查看答案
问题 80: 24. 下列选项中,用来定义粗体字符的属性值是()。
In the following options, the attribute value used to define the bold character is ().
选项:
•
A. normal
•
B. bold
•
C. 400
•
D. 700
答案: 请关注ybaotk.com搜题查看答案
问题 81: 25. 下列选项中,不具有继承性的属性的有()
Among the following options, there are () no inheritable attributes.
选项:
•
A. padding
•
B. background
•
C. height
•
D. border-top
答案: 请关注ybaotk.com搜题查看答案
问题 82: 26. 关于CSS控制单元格边距,下列说法错误的是()。
About CSS control cell margins, the following statement is wrong ().
选项:
•
A. 单元格设置外边距属性margin不能生效 The cell set margin property is not effective
•
B. 单元格设置内边距属性padding不能生效 cell setting padding property does not take effect
•
C. table标签可以设置内边距padding和外边距margin属性,并且均能生效 the table tag can set the padding and margin properties, and both can take effect
•
D. 行标签无内边距属性padding和外边距属性margin the line taghas no padding attribute and margin attribute
答案: 请关注ybaotk.com搜题查看答案
问题 83: 1. 下列选项中,用于设置边框样式的属性是()。
In the following options, the property used to set the border style is ().
选项:
•
A. border-style
•
B. border-height
•
C. border-width
•
D. border-color
答案: 请关注ybaotk.com搜题查看答案
问题 84: 2. 下列选项中,用于改变盒子模型外边距的属性是()。
Of the following options, the property used to change the margin of the box model is ().
选项:
•
A. padding
•
B. margin
•
C. type
•
D. border
答案: 请关注ybaotk.com搜题查看答案
问题 85: 3. 下列选项中,用于设置背景颜色的属性的是()。
Among the following options, the attribute used to set the background color is ().
选项:
•
A. background-color
•
B. background-image
•
C. background-repeat
•
D. background-position
答案: 请关注ybaotk.com搜题查看答案
问题 86: 4. 下列选项中,给盒子添加阴影效果的属性是()。
Among the following options, the property that adds a shadow effect to the box is ().
选项:
•
A. box-shadow
•
B. box-sizing
•
C. shadow
•
D. sizing
答案: 请关注ybaotk.com搜题查看答案
问题 87: 5. 下列样式代码中,可以绝对相对定位的是()。
The following style code, can be absolutely relative positioning is ().
选项:
•
A. position: static;
•
B. position: fixed;
•
C. position: absolute;
•
D. position: relative;
答案: 请关注ybaotk.com搜题查看答案
问题 88: 6. 下列选项中,用于设置弹性盒子元素在主轴方向逆序排列的是()。
Of the following options, the one used to set the elastic box elements in reverse order in the main axis direction is ().
选项:
•
A. flex-direction:row
•
B. flex-direction:row-reverse
•
C. flex-direction:column
•
D. flex-direction:column-reverse
答案: 请关注ybaotk.com搜题查看答案
问题 89: 7. 在CSS中用 来设置该盒子为弹性盒子。
Use in CSS to set the box as an elastic box.
选项:
•
A. display:flex;
•
B. display:block;
•
C. display:inline;
•
D. display:inline-block
答案: 请关注ybaotk.com搜题查看答案
问题 90: 8. 弹性盒子中哪个不是 justify-content 的属性 ()
Which of the elastic boxes is not a property of justicie-Content ()
选项:
•
A. flex-start
•
B. flex-end
•
C. flex-center
•
D. space-around
答案: 请关注ybaotk.com搜题查看答案
问题 91: 9. 下面选项中,属于盒子模型基本属性的是()。
In the following options, the basic property of the box model is ().
选项:
•
A. 内边距 Inside margin
•
B. 外边距 the margin
•
C. 边框 border
•
D. 宽和高 width and height
答案: 请关注ybaotk.com搜题查看答案
问题 92: 10. 在盒子模型中,边框是一个重要的属性,下列选项中属于边框属性的是()。
In the box model, the border is an important property, the following options belong to the border property is ().
选项:
•
A. border-style
•
B. border-height
•
C. border-width
•
D. border-color
答案: 请关注ybaotk.com搜题查看答案
问题 93: 11. 关于样式代码“padding:20px 30px 15px;”,下列说法正确的是()。
About the style code padding:20px 30px 15px; The following statement is correct ().
选项:
•
A. 该元素上下方向的内边距均为20px The inside margin of the upper and lower directions of the element is 20px
•
B. 该元素的上内边距为20px The upper inner margin of this element is 20px
•
C. 该元素左右内边距为30px The inside margin of the element is 30px
•
D. 该元素下内边距为15px The lower inner margin of this element is 15px
答案: 请关注ybaotk.com搜题查看答案
问题 94: 12. background-repeat的属性值包括以下哪些选项()。
The background-repeat property value includes the following options ().
选项:
•
A. repeat
•
B. no-repeat
•
C. repeat-x
•
D. repeat-y
答案: 请关注ybaotk.com搜题查看答案
问题 95: 13. 下列选项中,属于float属性值的有()。
Among the following options, the float property value is ().
选项:
•
A. left
•
B. center
•
C. right
•
D. none
答案: 请关注ybaotk.com搜题查看答案
问题 96: 14. 在CSS中,属于clear属性值的有( )。
In CSS, the value of the clear attribute is ().
选项:
•
A. left
•
B. center
•
C. right
•
D. both
答案: 请关注ybaotk.com搜题查看答案
问题 97: 15. 下列样式代码中,可用于清除浮动的是()。
The following style code, can be used to clear the float is ().
选项:
•
A. overflow:hidden;
•
B. overflow: visible;
•
C. clear:both;
•
D. clear:center;
答案: 请关注ybaotk.com搜题查看答案
问题 98: 16. 下列选项中属于position属性值的是()。
The following options belong to the position property value is ().
选项:
•
A. static
•
B. relative
•
C. absolute
•
D. fixed
答案: 请关注ybaotk.com搜题查看答案
问题 99: 17. 在div+css布局技术中,下列选项属于边偏移属性的是( )。
In the div+css layout technology, the following options belong to the edge offset property is ().
选项:
•
A. center
•
B. top
•
C. bottom
•
D. left
答案: 请关注ybaotk.com搜题查看答案
问题 100: 18. 下列选项中,overflow常用的属性值包括( )。
The commonly used overflow property values in the following options include ().
选项:
•
A. visible
•
B. hidden
•
C. auto
•
D. scroll
答案: 请关注ybaotk.com搜题查看答案
问题 101: 19. 关于header标签的描述,下列说法正确的是()。
Regarding the description of the header tag, the following statement is correct ().
选项:
•
A. header标签是一种具有引导和导航作用的结构标签 Header tag is a structural tag with guidance and navigation functions
•
B. header标签通常用来放置整个页面或页面内的一个内容区块的标题 header tag is usually used to place the title of the entire page or a block of content within the page
•
C. header标签可以包含所有通常放在页面头部的内容 header tag can contain all the content normally placed in the header of the page
•
D. 一个网页中只能使用一个header标签 Only one header tag can be used in a web page
答案: 请关注ybaotk.com搜题查看答案
问题 102: 20. 弹性盒子属性中,下列哪些是弹性子元素的属性( )。
Among the elastic box attributes, which of the following are the attributes of the elastic child elements ().
选项:
•
A. align-self
•
B. align-items
•
C. flex-grow
•
D. flex-shrink
答案: 请关注ybaotk.com搜题查看答案
问题 103: 21. 下列选项中属于弹性盒模型属性的是( )
The following options belong to the elastic box model property is ()
选项:
•
A. flex
•
B. flex-direction
•
C. justify-content
•
D. center
答案: 请关注ybaotk.com搜题查看答案
问题 104: 22. 内边距出现在盒子模型内容区域的周围。()
Inside margins appear around the content area of the box model.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 105: 23. 若想正常显示边框宽度,则需要设置边框样式,否则设置边框宽度不会起效果。( )
If you want to display the width of the border normally, you need to set the border style, otherwise setting the width of the border will not work. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 106: 24. 在CSS中,设置边框综合属性时,各个属性的值之间需要使用空格隔开。( )
In the CSS, when setting the comprehensive properties of the border, separate the values of each property with Spaces. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 107: 25. 在CSS中,border属性是一个复合属性。( )
In CSS, the border property is a compound property. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 108: 26. 背景属性可以将背景相关的样式都综合定义在一个复合属性background中。()
Background properties can comprehensively define the background related styles in a compound property background.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 109: 27. 布局时遵守一定的布局流程,能极大地提高网页制作的效率。
layout to comply with a certain layout process, can greatly improve the efficiency of web page production.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 110: 28. 设置了浮动属性的元素会脱离标准文档流的控制。( )
Elements with a float property are out of the control of the standard document flow. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 111: 29. 浮动元素会对页面中其他元素的排版产生影响。
Floating elements affect the layout of other elements on the page.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 112: 30. 仅仅通过定位模式属性position可精确定义元素的具体位置。( )
The exact position of the element can be defined only by positioning the mode attribute position. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 113: 31. overflow属性用于规范溢出内容的显示方式。( )
The overflow attribute is used to specify the display of overflow content. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 114: 32. 当对元素应用“overflow: auto;”样式时,元素框将自适应其所要显示的内容。( )
When applying overflow: auto; When styling, the element box ADAPTS to what it wants to display. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 115: 33. z-index属性用于调整重叠定位元素的堆叠顺序。( )
The z-index attribute is used to adjust the stacking order of overlapping positioning elements. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 116: 34. z-index属性取值不能是负整数。( )
The z-index attribute cannot be a negative integer. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 117: 35. 所有复杂的布局都是在单列布局的基础上演变而来的。
All complex layouts are evolved on the basis of a single column layout.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 118: 36. “margin:5px auto;”样式可以使盒子水平居中。( )
margin:5px auto; Style to center the box horizontally. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 119: 37. 弹性盒子包含弹性容器和弹性子元素两部分。( )
The elastic box consists of two parts: an elastic container and an elastic subelement. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 120: 38. 下列选项中,用于设置圆角边框的属性是()。
In the following options, the property used to set the rounded border is ().
选项:
•
A. border-style
•
B. border-height
•
C. border-radius
•
D. border-color
答案: 请关注ybaotk.com搜题查看答案
问题 121: 39. 应用了“float:right;”样式的元素将向左侧浮动。
Apply float:right; The elements of the style will float to the left.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 122: 40. z-index属性值对所有的标签元素起作用。
The z-index attribute value applies to all tag elements.
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 123: 1. 中col表示列。()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 124: 2. container类和.container-fluid类两个容器类可以互相嵌套。()
The container class and the.container-fluid class can be nested within each other. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 125: 3. 使用.container-fluid容器布局时页面两边会留空白。( )
Using the.Container-Fluid container layout leaves blank space on both sides of the page. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 126: 4. Bootstrap的栅格系统是响应式的,行会根据屏幕大小自动重新排列。( )
Bootstrap's grid system is responsive, with rows automatically rearranged according to screen size. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 127: 5. Bootstrap的栅格系统是响应式的,行会根据屏幕大小自动重新排列。( )
Bootstrap's grid system is responsive, with rows automatically rearranged according to screen size. ()
选项:
答案: 请关注ybaotk.com搜题查看答案
问题 128: 6. Bootstrap栅格系统中,大于多少列需要另起一行()
In the Bootstrap grid system, more than how many columns need to start another row ()
选项:
•
A. 9
•
B. 10
•
C. 11
•
D. 12
答案: 请关注ybaotk.com搜题查看答案
问题 129: 7. 下列选项中,可以实现在小屏幕种将一行分成3列效果的类名是()
Of the following options, the class name that can achieve the effect of dividing a row into three columns on a small screen is ()
选项:
•
A. col-lg-4
•
B. col-md-4
•
C. col-sm-4
•
D. col-xs-4
答案: 请关注ybaotk.com搜题查看答案
问题 130: 8. 下列选项中,用于设置100%宽度,占据全部视口(viewport)的容器代码正确的是()
Of the following options, the correct container code for setting 100% width and occupying all viewports is ().
选项:
•
A. ...
•
B. ...
•
C. ...
•
D. ...
答案: 请关注ybaotk.com搜题查看答案
问题 131: 9. 下列选项中,用于固定宽度并支持响应式布局的容器是()
Of the following options, the container for fixed width and responsive layout support is ()
选项:
•
A. .container
•
B. container-fluid
•
C. container
•
D. container-fluid
答案: 请关注ybaotk.com搜题查看答案
问题 132: 10. 下列选项中,关于栅格系统的说法错误的是()
Of the following, which statement about the grid system is wrong
选项:
•
A. 栅格系统最早应用于印刷媒体上。 Raster systems were first used in print media.
•
B. 栅格系统是一种响应式设计的实现方式。 Grid system is an implementation of responsive design.
•
C. 对于前端开发来说,网页将更加的灵活与规范。 For front-end development, web pages will be more flexible and standardized.
•
D. 栅格系统是一个用于响应式设计的组件。 Grid system is a component for responsive design.
答案: 请关注ybaotk.com搜题查看答案
问题 133: 11. 在Bootstrap中,.nav用于制作Bootstrap()
In Bootstrap,.nav is used to make Bootstrap ()
选项:
•
A. 轮播图 Carousel map
•
B. 按钮 Button
•
C. 表单 form
•
D. 导航 Navigation
答案: 请关注ybaotk.com搜题查看答案
问题 134: 12. 下列选项中,可以使用()标签来引入bootstrap.min.css文件
In the following options, you can use the () tag to import the bootstrap.min.css file
选项:
•
A.
•
B.
•
C.
•
D.
答案: 请关注ybaotk.com搜题查看答案
问题 135: 13. 下列选项中,Bootstraop可以实现导航栏固定在顶部的类是()
Among the following options, Bootstraop can implement the class with the navigation bar fixed at the top is ()
选项:
•
A. .fixed-bottom
•
B. .fixed-top
•
C. .nav-fixed-top
•
D. .nav-fixed-bottom
答案: 请关注ybaotk.com搜题查看答案
问题 136: 14. 在Bootstrap中,用于表示一个按钮被点击状态的类是()
In Bootstrap, the class that represents the state of a button being clicked is ()
选项:
•
A. .btn-close
•
B. .btn-block
•
C. .btn-open
•
D. .active
答案: 请关注ybaotk.com搜题查看答案
问题 137: 15. Bootstrap 提供了一些类来定义按钮的样式,该样式可以在以下哪些标签中使用()
Bootstrap provides classes to define the style of a button, which can be used in the following tags ()
选项:
•
A.
•
B.
•
C.
•
D. 以上全部
答案: 请关注ybaotk.com搜题查看答案
问题 138: 16. 下列选项中,Bootatrap中可以实现文本居中对齐的类是()
Among the following options, the class in Bootatrap that can implement text centering is ()
选项:
•
A. .text-left
•
B. .text-nowrap
•
C. .text-justify
•
D. .text-center
答案: 请关注ybaotk.com搜题查看答案
问题 139: 17. 下列选项中,关于行和列的说法正确的是()
Of the following options, the correct statement about rows and columns is ()
选项:
•
A. 行(row)使用样式.row
•
B. 列(column)使用样式.col-*-*
•
C. 当列大于12时,将会另起一行排列
•
D. 栅格系统用于通过一系列的行与列的组合来创建页面布局。
答案: 请关注ybaotk.com搜题查看答案
问题 140: 18. 下列选项中,关于Bootstrap布局容器的说法正确的是()
Of the following, the correct statement about the Bootstrap layout container is ().
选项:
•
A. 布局容器默认看不到,主要用来布局 The layout container is not visible by default and is mainly used for layout
•
B. 布局容器默认在页面不显示边框,查看效果可以自定义边框和背景色 The layout container does not display a border on the page by default, and you can customize the border and background color to view the effect
•
C. 布局容器默认为白色,无边框 The layout container defaults to white with no borders
•
D. 布局容器默认有边框 Layout containers have borders by default
答案: 请关注ybaotk.com搜题查看答案
问题 141: 19. 栅格系统提供了基本的前缀,用于在不同宽度的屏幕中实现不同的排列方式,栅格系统的类前缀包括以下()
The system of Shange provides basic prefixes for different arrangements in screens of different widths, and the grid system class prefixes include the following ()
选项:
•
A. .col-sm-
•
B. .col-md-
•
C. .col-lg-
•
D. .col-xg-
答案: 请关注ybaotk.com搜题查看答案
问题 142: 20. 下列选项中,属于Bootstrap按钮提供的样式的有() Among the following options, the styles provided by the Bootstrap button are ()
选项:
•
A. .btn
•
B. .btn-primary
•
C. .btn-secondary
•
D. .btn-success
答案: 请关注ybaotk.com搜题查看答案
问题 143: 21. 下列选项中,用来设置类前缀的是()
Of the following options, the one used to set the class prefix is ()
选项:
•
A. .container
•
B. .row
•
C. .container-fluid
•
D. col-md-*
答案: 请关注ybaotk.com搜题查看答案
页:
[1]