{"id":612,"date":"2022-03-15T04:21:32","date_gmt":"2022-03-15T04:21:32","guid":{"rendered":"https:\/\/emorah.com\/story\/?p=612"},"modified":"2022-03-17T22:05:05","modified_gmt":"2022-03-17T22:05:05","slug":"styling-with-css3-fresco-play-mcqs-answers","status":"publish","type":"post","link":"https:\/\/emorah.com\/story\/fresco-play\/styling-with-css3-fresco-play-mcqs-answers\/","title":{"rendered":"Styling with CSS3 Fresco Play MCQs Answers"},"content":{"rendered":"\n<p>Styling with CSS3 Fresco Play MCQs Answers<\/p>\n\n\n\n<p><strong>Disclaimer:\u00a0The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website is for knowledge and education purposes only.Try to understand these solutions and solve your Hands-On problems. (Not encourage copy and paste these solutions)<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>1.Inline CSS uses which attribute of the HTML element?<\/p>\n\n\n\n<ol><li>src<\/li><li>style<\/li><li>id<\/li><li>title<\/li><\/ol>\n\n\n\n<p>Answer: 2)style<\/p>\n\n\n\n<p>2.Style Tag is placed __________<\/p>\n\n\n\n<ol><li>None of the options<\/li><li>Within Style attribute<\/li><li>Within body<\/li><li>In Document Head<\/li><\/ol>\n\n\n\n<p>Answer: 4)In Document Head<\/p>\n\n\n\n<p>3.To make the width of a table adjust to the current width of the viewer&#8217;s browser window, you should specify a table width of _________<\/p>\n\n\n\n<ol><li>640 pixels<\/li><li>1024 pixels<\/li><li>1<\/li><li>None of the options<\/li><\/ol>\n\n\n\n<p>Answer: 3)1<\/p>\n\n\n\n<p>4.Tag which provides a way to add a hook to a part of a text or part of a document is?<\/p>\n\n\n\n<ol><li>a<\/li><li>c<\/li><li>b<\/li><li>d<\/li><\/ol>\n\n\n\n<p>Answer: 3)b<\/p>\n\n\n\n<p>5.An external style sheet may be linked to a HTML document through which element?<\/p>\n\n\n\n<ol><li>span<\/li><li>HTML Link<\/li><li>address<\/li><li>title<\/li><\/ol>\n\n\n\n<p>Answer: 2)HTML Link<\/p>\n\n\n\n<p><strong>Quiz on Selectors<\/strong><\/p>\n\n\n\n<p>1.What is best way to overcome the default settings that comes with CSS?<\/p>\n\n\n\n<ol><li>Create reset.css in-addition to your existing CSS<\/li><li>Change style.css<\/li><li>Use additional param reset in your default CSS config<\/li><\/ol>\n\n\n\n<p>Answer: 1)Create reset.css in-addition to your existing CSS<\/p>\n\n\n\n<p>2.In selectors, the following can be used across for multiple tags, except _________<\/p>\n\n\n\n<ol><li>link<\/li><li>class<\/li><li>Style-properties<\/li><li>id<\/li><\/ol>\n\n\n\n<p>Answer: 4)id<\/p>\n\n\n\n<p>3.Which of the following selector matches the name of any element type?<\/p>\n\n\n\n<ol><li>The Type Selector<\/li><li>The Class Selector<\/li><li>The Universal Selector<\/li><li>The Descendant Selector<\/li><\/ol>\n\n\n\n<p>Answer: 3)The Universal Selector<\/p>\n\n\n\n<p>4.Pseudo elements help in _______<\/p>\n\n\n\n<ol><li>assisting in defining the CSS3<\/li><li>providing special effects to some selectors<\/li><li>nullifying some features<\/li><li>overriding the predefined characteristics<\/li><\/ol>\n\n\n\n<p>Answer: 2)providing special effects to some selectors<\/p>\n\n\n\n<p>5.Which feature uses :: (double colon)?<\/p>\n\n\n\n<ol><li>Combinator<\/li><li>Pseudo-Elements<\/li><li>Sequence Selectors<\/li><li>Style-properties<\/li><\/ol>\n\n\n\n<p>Answer: 2)Pseudo-Elements<\/p>\n\n\n\n<p><strong>Quiz on Positioning<\/strong><\/p>\n\n\n\n<p>1.An element with greater stack order is always ________<\/p>\n\n\n\n<ol><li>next to the element with a lower stack order<\/li><li>at the back of an element with a lower stack order<\/li><li>below the element with a lower stack order<\/li><li>in front of an element with a lower stack order<\/li><\/ol>\n\n\n\n<p>Answer: 4)in front of an element with a lower stack order<\/p>\n\n\n\n<p>2.An element with position: relative; is positioned relative to ________<\/p>\n\n\n\n<ol><li>None of the options<\/li><li>nearby object&#8217;s position<\/li><li>its normal position<\/li><li>the container<\/li><\/ol>\n\n\n\n<p>Answer: 3)its normal position<\/p>\n\n\n\n<p>3.Which of the following is the value of overflow property?<\/p>\n\n\n\n<ol><li>initial<\/li><li>scroll<\/li><li>None of the options<\/li><li>hidden<\/li><li>All the options<\/li><\/ol>\n\n\n\n<p>Answer: 5)All the options<\/p>\n\n\n\n<p>4.The z-index property in CSS controls the ________<\/p>\n\n\n\n<ol><li>Horizontal stacking order of elements that overlap<\/li><li>Vertical stacking order of elements that overlap<\/li><li>Horizontal stacking order of elements that do not overlap<\/li><\/ol>\n\n\n\n<p>Answer: 2)Vertical stacking order of elements that overlap<\/p>\n\n\n\n<p>5.An element with position: fixed; is positioned relative to _________<\/p>\n\n\n\n<ol><li>nearby object&#8217;s position<\/li><li>the container<\/li><li>the viewport<\/li><li>its normal position<\/li><\/ol>\n\n\n\n<p>Answer: 3)the viewport<\/p>\n\n\n\n<p><strong>Quiz on Special Effects<\/strong><\/p>\n\n\n\n<p>1.Lower the opacity value, the more opaque it is.<\/p>\n\n\n\n<ol><li>False<\/li><li>True<\/li><\/ol>\n\n\n\n<p>Answer: 1)False<\/p>\n\n\n\n<p>2.If only one value is specified to border radius property, ________<\/p>\n\n\n\n<ol><li>This radius will be applied to all four corners<\/li><li>None of the options<\/li><li>This radius will be applied to one corner<\/li><li>Default value will be assigned as the radius is not specified separately for four corners<\/li><\/ol>\n\n\n\n<p>Answer: 1)This radius will be applied to all four corners<\/p>\n\n\n\n<p>3.Opacity is inherited. State true or false.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 2)False<\/p>\n\n\n\n<p><strong>Quiz on Transforms<\/strong><\/p>\n\n\n\n<p>1.CSS3 transforms allow you to _____________ elements.<\/p>\n\n\n\n<ol><li>Skew<\/li><li>None of the options<\/li><li>Translate<\/li><li>All the options<\/li><li>Rotate<\/li><\/ol>\n\n\n\n<p>Answer: 4)All the options<\/p>\n\n\n\n<p>2.rotateX(angle) ________<\/p>\n\n\n\n<ol><li>Defines a 2D rotation adjacent to X-axis<\/li><li>Defines a 2D rotation along the X-axis<\/li><li>Defines a 3D rotation adjacent to X-axis<\/li><li>Defines a 3D rotation along the X-axis<\/li><\/ol>\n\n\n\n<p>Answer: 4)Defines a 3D rotation along the X-axis<\/p>\n\n\n\n<p>3.The transform-style property value flat ________<\/p>\n\n\n\n<ol><li>Specifies that child elements will preserve its 3D position<\/li><li>None of the options<\/li><li>Specifies that child elements will not preserve its 3D position<\/li><\/ol>\n\n\n\n<p>Answer: 3)Specifies that child elements will not preserve its 3D position<\/p>\n\n\n\n<p>4.matrix(n,n,n,n,n,n) ________<\/p>\n\n\n\n<ol><li>Defines a 3D transformation, using a matrix of six values<\/li><li>None of the options<\/li><li>Defines a 2D transformation, using a matrix of six values<\/li><\/ol>\n\n\n\n<p>Answer: 3)Defines a 2D transformation, using a matrix of six values<\/p>\n\n\n\n<p><strong>Quiz on CSS Animation<\/strong><\/p>\n\n\n\n<p>1.A responsive grid-view often has __________<\/p>\n\n\n\n<ol><li>10 columns, and has a total width of 80%<\/li><li>12 columns, and has a total width of 100%<\/li><li>10 columns, and has a total width of 100%<\/li><li>12 columns, and has a total width of 80%<\/li><\/ol>\n\n\n\n<p>Answer: 2)12 columns, and has a total width of 100%<\/p>\n\n\n\n<p>2.Identify the animation property.<\/p>\n\n\n\n<ol><li>All the options<\/li><li>animation-name<\/li><li>None of the options<\/li><li>@keyframes&#8217;<\/li><li>animation-duration<\/li><\/ol>\n\n\n\n<p>Answer: 1)All the options<\/p>\n\n\n\n<p>3.@media includes a block of CSS properties only if a certain condition is true.<\/p>\n\n\n\n<ol><li>Yes<\/li><li>No<\/li><\/ol>\n\n\n\n<p>Answer: 1)Yes<\/p>\n\n\n\n<p>4.The ________ operator is used for combining multiple media features together into a single media query.<\/p>\n\n\n\n<ol><li>not<\/li><li>and<\/li><li>only<\/li><li>or<\/li><\/ol>\n\n\n\n<p>Answer: 2)and<\/p>\n\n\n\n<p><strong>CSS3 Final Assessment<\/strong><\/p>\n\n\n\n<p>1.Which of the following is the value of overflow property?<\/p>\n\n\n\n<ol><li>scroll<\/li><li>initial<\/li><li>All the options<\/li><li>hidden<\/li><\/ol>\n\n\n\n<p>Answer: 3)All the options<\/p>\n\n\n\n<p>2.Opacity has a default initial value of ________<\/p>\n\n\n\n<ol><li>1<\/li><li>5<\/li><li>0<\/li><li>0.5<\/li><\/ol>\n\n\n\n<p>Answer: 1)1<\/p>\n\n\n\n<p>3.The CSS ______ property can be used to specify the background color of an element.<\/p>\n\n\n\n<ol><li>background<\/li><li>background-color or background<\/li><li>background-color<\/li><li>bgcolor<\/li><\/ol>\n\n\n\n<p>Answer: 2)background-color<\/p>\n\n\n\n<p>4.Alpha channel in RGBA specifies the ________<\/p>\n\n\n\n<ol><li>color of the object<\/li><li>background color of the object<\/li><li>None of the options<\/li><li>opacity of the object<\/li><\/ol>\n\n\n\n<p>Answer: 4)opacity of the object<\/p>\n\n\n\n<p>5.Inline CSS uses which attribute of the HTML element?<\/p>\n\n\n\n<ol><li>id<\/li><li>title<\/li><li>src<\/li><li>style<\/li><\/ol>\n\n\n\n<p>Answer: 4)style<\/p>\n\n\n\n<p>6.HTML elements are positioned ________ by default.<\/p>\n\n\n\n<ol><li>Static<\/li><li>Absolute<\/li><li>Relative<\/li><li>Fixed<\/li><\/ol>\n\n\n\n<p>Answer: 1)Static<\/p>\n\n\n\n<p>7.The following selectors are defined in CSS3, except _________<\/p>\n\n\n\n<ol><li>:lang(value)<\/li><li>:not(a)<\/li><li>:empty<\/li><li>:root<\/li><\/ol>\n\n\n\n<p>Answer: 1):lang(value)<\/p>\n\n\n\n<p>8.What is &#8220;hgroup&#8221;?<\/p>\n\n\n\n<ol><li>HTML element to comment group of headlines<\/li><li>HTML element for group of related headlines<\/li><li>HTML element for accommodating more than five headlines<\/li><li>None of the options<\/li><\/ol>\n\n\n\n<p>Answer: 2)HTML element for group of related headlines<\/p>\n\n\n\n<p>9.When a visitor clicks the submit button in a form, the ______ of each form element is sent.<\/p>\n\n\n\n<ol><li>name-value pair<\/li><li>name<\/li><li>label<\/li><li>value<\/li><\/ol>\n\n\n\n<p>Answer: 1)name-value pair<\/p>\n\n\n\n<p>10.The ________ operator is used for combining multiple media features together into a single media query.<\/p>\n\n\n\n<ol><li>and<\/li><li>not<\/li><li>only<\/li><li>or<\/li><\/ol>\n\n\n\n<p>Answer: 1)and<\/p>\n\n\n\n<p>11.Identify the animation property.<\/p>\n\n\n\n<ol><li>animation-duration<\/li><li>animation-name<\/li><li>@keyframes<\/li><li>None of the options<\/li><li>All the options<\/li><\/ol>\n\n\n\n<p>Answer: 5)All the options<\/p>\n\n\n\n<p>12.The z-index property in CSS controls the ________<\/p>\n\n\n\n<ol><li>Vertical stacking order of elements that overlap<\/li><li>Horizontal stacking order of elements that donot overlap<\/li><li>Horizontal stacking order of elements that overlap<\/li><\/ol>\n\n\n\n<p>Answer: 1)Vertical stacking order of elements that overlap<\/p>\n\n\n\n<p>13.Which of these is not merit of external style sheet?<\/p>\n\n\n\n<ol><li>Control multiple documents having different styles<\/li><li>Extra download of file is required everytime<\/li><li>Using group style in case of complex situation<\/li><\/ol>\n\n\n\n<p>Answer: 2)Extra download of file is required everytime<\/p>\n\n\n\n<p>14.Stacking context is __________<\/p>\n\n\n\n<ol><li>three-dimensional conceptualization of HTML elements along an imaginary y-axis<\/li><li>three-dimensional conceptualization of HTML elements along an imaginary z-axis<\/li><li>two-dimensional conceptualization of HTML elements along an imaginary y-axis<\/li><li>two-dimensional conceptualization of HTML elements along an imaginary z-axis<\/li><\/ol>\n\n\n\n<p>Answer: 2)three-dimensional conceptualization of HTML elements along an imaginary z-axis<\/p>\n\n\n\n<p>15.Using negative values in transforms will rotate the element ________<\/p>\n\n\n\n<ol><li>Counter-clockwise<\/li><li>Negative values will not be considered<\/li><li>Clockwise<\/li><\/ol>\n\n\n\n<p>Answer: 1)Counter-clockwise<\/p>\n\n\n\n<p>16.An element with greater stack order is always ________<\/p>\n\n\n\n<ol><li>next to the element with a lower stack order<\/li><li>below the element with a lower stack order<\/li><li>in front of an element with a lower stack order<\/li><li>at the back of an element with a lower stack order<\/li><\/ol>\n\n\n\n<p>Answer: 3)in front of an element with a lower stack order<\/p>\n\n\n\n<p>17.The style element present within the head of HTML is called as _________<\/p>\n\n\n\n<ol><li>linked<\/li><li>external<\/li><li>inline<\/li><li>embedded<\/li><\/ol>\n\n\n\n<p>Answer: 4)embedded<\/p>\n\n\n\n<p>18.CSS3 transforms allow you to _____________ elements.<\/p>\n\n\n\n<ol><li>All the options<\/li><li>Skew<\/li><li>Rotate<\/li><li>None of the options<\/li><li>Translate<\/li><\/ol>\n\n\n\n<p>Answer: 1)All the options<\/p>\n\n\n\n<p>19.z-index only effects elements that have a position value other than _________<\/p>\n\n\n\n<ol><li>relative<\/li><li>fixed<\/li><li>Static<\/li><li>absolute<\/li><\/ol>\n\n\n\n<p>Answer: 3)Static<\/p>\n\n\n\n<p>20.3D transform property is animatable.<\/p>\n\n\n\n<ol><li>True<\/li><li>False<\/li><\/ol>\n\n\n\n<p>Answer: 2)False<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Styling with CSS3 Fresco Play MCQs Answers Disclaimer:\u00a0The main motive to provide this solution is to help and support those who are unable to do these courses due to facing some issue and having a little bit lack of knowledge. All of the material and information contained on this website [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":611,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":""},"categories":[156],"tags":[],"_links":{"self":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/612"}],"collection":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/comments?post=612"}],"version-history":[{"count":1,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/612\/revisions"}],"predecessor-version":[{"id":613,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/posts\/612\/revisions\/613"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media\/611"}],"wp:attachment":[{"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/media?parent=612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/categories?post=612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emorah.com\/story\/wp-json\/wp\/v2\/tags?post=612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}