Vidyalelo
CSS · all questions

CSS Text, Borders and Images
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

153

Questions

7/8

Page

Pick an option on a question to see the right answer and solution.

Which of the following function creates a CSS gradient image that can be used anywhere an image URL is required, including background-image, border-image, and list-style properties?

Select an option to see the answer and solution.

Which of the following option best explain this code “background-image: repeating-radial-gradient(circle at 50% 100%, #FFEB79, #D9CC3C 5%);”?

Select an option to see the answer and solution.

Which of the following option best explain this code “background-image: repeating-linear-gradient(-45deg, #426A77, #FFF 6px);”?

Select an option to see the answer and solution.

Which of the following option best explain this code “background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%);”?

Select an option to see the answer and solution.

Which of the following media feature describes the number of entries in the color lookup table of the output device

Select an option to see the answer and solution.

Which of the following Viewport Property sets the initial scaling factor?

Select an option to see the answer and solution.

Which of the following Viewport Property determines whether the display can be zoomed in and out?

Select an option to see the answer and solution.

Which of the following @viewport Property sets the viewport height in the same way as width?

Select an option to see the answer and solution.

Which of the following @viewport Property locks the document in the specified orientation, portrait or landscape?

Select an option to see the answer and solution.

Which of the following Media Query describe the ratio of the device width to the device height of the media?

Select an option to see the answer and solution.

Which of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?

Select an option to see the answer and solution.

Which of the following Media Query describes the scanning method of a TV?

Select an option to see the answer and solution.

Which of the following Media Query determines if output is monochrome and how many bits are used for gray display?

Select an option to see the answer and solution.

A media query consists of a media type and zero or more expressions that check for the conditions of particular media features. State true or false.

Select an option to see the answer and solution.

Which of the following defines a relative measurement for the height of a font in em spaces?

Select an option to see the answer and solution.

Which of the following defines a measurement relative to a font's x-height?

Select an option to see the answer and solution.

Which of the following property is used to control the repetition of an image in the background?

Select an option to see the answer and solution.

Which of the following property is used to control the scrolling of an image in the background?

Select an option to see the answer and solution.

Which of the following property is used to make a font italic or oblique?

Select an option to see the answer and solution.

Which of the following property is used to increase or decrease how bold or light a font appears?

Select an option to see the answer and solution.