css-nov 0% 123456789101112131415161718192021222324 css-nov 1 / 24 What value should be passed to the width parameter if we want an element, say a table, to span the entire width of the screen? 100% 50% 0% None of the above 2 / 24 The transparent keyword is equivalent to which RGBA() value in CSS? RGBA(0,0,0,1) RGBA(255,255,255,1) RGBA(0,0,0,0) RGBA(255,255,255,0) 3 / 24 Which value is a slightly bolder weight than the standard bold in the font attribute? dark lighter light emphasize 4 / 24 which css property is used to show arrow as cursor? pointer arrow default arr 5 / 24 How can you center an element horizontally using CSS? text-align: center; margin: auto; align-content: center; position: center; 6 / 24 Can negative values be allowed in padding property? Yes No Depends on property None of the above 7 / 24 The screen media type can be used with: television-type devices computer devices handheld screens all devices 8 / 24 In the below code snippet, in what order will the margins be added? Top,Right,Bottom,Left Left,Right,Top,Bottom Top,Bottom,Left,Right Left,Top,Bottom,Right 9 / 24 What does the CSS property "display" do? Sets the position of an element on a web page Changes the color of an element Sets the font size of text Determines how an element is displayed on a web page (inline, block, none, etc.) 10 / 24 The CSS property used to specify the transparency of an element is? opcity visibility filter None of the above 11 / 24 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 12 / 24 Which one of these is NOT an appropriate value for the font-variant property? small-caps large-caps default inherit 13 / 24 How do you specify multiple CSS styles for a single HTML element? Separate each style with a comma. You can't specify multiple styles for a single HTML element Separate each style with a semicolon. None of these 14 / 24 The CSS property that is primarily used for giving a line over a text would be: text-decoration: none text-decoration: line-through text-decoration: underline text-decoration: overline 15 / 24 Which one is NOT the audio element’s attribute? check controls loop src 16 / 24 Which of the following CSS properties specifies the stack order of elements? z-index overlab No such Specific property is present None of the above 17 / 24 Which property sets the actual amount of spacing between the various letters? letter-spacing letter-space line-height space 18 / 24 Which selector do we use to specify the rule for binding some particular unique element? class tag both tag and class id 19 / 24 The CSS property that is equivalent to the align attribute is: text-align float text-align & float centre 20 / 24 Which of the following property allows a marquee to be used in the case of a text-overflow? overflow-marquee overflow-style overflow-text None of the above 21 / 24 What will be the width of the div element given below? div { width: 310px; padding: 20px; border: 5px solid blue; margin: 0; } 310px 350px 360px 320px 22 / 24 What are the uses of CSS pseudo-elements? Style specified parts of an element Style the first letter or line of an element insert content before or after the element All of the above 23 / 24 Which of the following CSS property is used to control the visibility of an element? display visibility hidden None of these 24 / 24 How can we specify the spacing between each letter in a text in CSS? alpha-spacing letter-spacing character-spacing None of the above Your score is LinkedIn Facebook Twitter VKontakte