CSS Mcqs
Q.1: What is the correct selector format for ID elements in CSS, where id_name is unique ID name to be formatted?l
A. #id_name { }
B. .id_name { }
C. if id=id_name then { }
D. /* idname { } */
Q.2: What property is used to a set minimum height for an element?=
A. min: height
B. min-height
C. minimum-height
D. m-heights
Q.3: Which of the following always refers to text color?3
A. font-color
B. color
C. text-color`
D. hue
Q.4: Colors in CSS can be specified by the following methods: ;
A. Hexadecimal colors
B. HSL colors
C. All of these
D. All of these
Q.5: How do you designate an inline style?%
A. inline = " "
B. href = " "
C. style = " "
D. src = " "
Q.6: What does the float property do?
A. Allows web designers to overlap elements or to stack them on top of each otherN
B. Allows users to drag and drop images to another location on the pageD
C. No Option
D. No Option
Q.7: Which styles of border can be look in dotted?-
A. border-style: dotted;
B. border-style: dashed;
C. border-style: solid;
D. border-style: outset;
Q.8: What's the name of the layout technique that relies on CSS3 media queries to apply different styles based on the width of the browser window?
A. Elastic
B. Fluid
C. Liquid
D. Responsive
Q.9: What does background-origin property do?(
A. It specifies the background text.!
B. It specifies the background color."
C. No Option
D. No Option
Q.10: Which states whether the text is underlined or not?3
A. text-spacing:
B. text-shadow:
C. text-decoration:
D. text-transform:

Related Mcqs

All Subject Mcqs