october-css-test-24 0% 19 123456789101112131415161718192021222324252627282930 ag-test-css-24 1 / 30 Which of the following property specifies the order of a flexible item relative to the rest of the flexible items inside the same container? layout sort asort order 2 / 30 Which of the following code set the webpage correctly displayed on a device? <meta name="viewports" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale='parent-size'"> <meta name="viewport" content="width=device-width, initial-scale=2.0"> 3 / 30 Which of the following measurement represent seconds? s sec se second 4 / 30 Which of the following selector is used to selects the element that is the root of the document? :root ::selection :only-of-type :target 5 / 30 Which of the following selector is used to selects the element that is the first child of its parent that is of its type? ::first-line :nth-child(n) :first-of-type :last-of-type 6 / 30 How can you center an element horizontally using CSS? text-align: center; position: center; margin: auto; align-content: center; 7 / 30 What does the CSS property "display" do? Changes the color of an element Sets the font size of text Sets the position of an element on a web page Determines how an element is displayed on a web page (inline, block, none, etc.) 8 / 30 How do you specify multiple CSS styles for a single HTML element? Separate each style with a comma. Separate each style with a semicolon. You can't specify multiple styles for a single HTML element None of these 9 / 30 Which of the following CSS properties specifies the stack order of elements? None of the above overlab No such Specific property is present z-index 10 / 30 Which of the following is not a type of combinator? ~ * : > 11 / 30 Which of the following is the correct syntax to select all paragraph elements in a div element? div#p div p p div ~ p 12 / 30 The CSS property used to set the indentation of the first line in a block of text is - text-indent property text-overflow property text-stroke property text-decoration property 13 / 30 Which of the following CSS property is used to specify the type of quotation mark? quotes property None of the above hyphens property z-index property 14 / 30 ___________ is used to define a special state of an element. pseudo-class pseudo-id pseudo-tag pseudo-element 15 / 30 Which of the following is the correct form to create Grid Template rows? grid-template-rows: 80px 200px; flex-wrap: no-wrap; None of the above 16 / 30 A grid layout consists of a parent element, with one or more _______________________.? child elements. None of the above The Text is shown normal. 17 / 30 the css property "order" for flex items allows you to none of the above. specify in what order the flex items appear specify at what time flex items appear specify in what direction the flex items appear 18 / 30 flex-basis defines the base of the flex element the boldness of the flex element if the flex element is visible the width of the flex element 19 / 30 flex-direction allows you to do what? defines how position elements horizontally define how to position elements vertically define the direction of how elements are positioned based on either row or column define how elements will wrap when the browser width is changed 20 / 30 Which of these protocols would enable a hyperlink to easily access any file on the available local file system? https file telnet ftp 21 / 30 Which Selector selects any element in case it is the only child element of its parent element with its type? :target :only-of-type @media ::selection 22 / 30 Which CSS3 Color Feature could be used as a macro for any current color? CurrentColor keyword RGB Color HSLa Color HSL Color 23 / 30 Which of these measurements would define a measurement that is relative to the x-height of a font? em px pt ex 24 / 30 Which one is NOT the audio element’s attribute? controls src check loop 25 / 30 The screen media type can be used with: handheld screens television-type devices computer devices all devices 26 / 30 The CSS property that is equivalent to the align attribute is: text-align centre float text-align & float 27 / 30 Which one of these is NOT an appropriate value for the font-variant property? small-caps large-caps inherit default 28 / 30 Which of these functions would convert the color of an element by the filter property to a grey shade, for use? grayscale() brightness() shade() black() 29 / 30 Which selector do we use to specify the rule for binding some particular unique element? tag both tag and class class id 30 / 30 The “color:red” in CSS can be known as _____________: Selector Rule Declaration Value Your score is LinkedIn Facebook VKontakte 0% By Wordpress Quiz plugin