0% found this document useful (0 votes)
0 views

css_qst

Uploaded by

ikramelfrnani123
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

css_qst

Uploaded by

ikramelfrnani123
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

What does RGBa mean?

 A. Review Get assistance Back-up your information acquire proof


 B. Red Green Blue alpha
 C. Red Gray Brown alpha
 D. Red Gold Black alpha

How to rotate objects using CSS3?

 A. object-rotation: 30deg;

 B. transform: rotate(30deg);

 C. rotate-object: 30deg;

 D. transform: rotate-30deg-clockwise;

How to re-size/scale objects using CSS3?

 A. transform: scale(2,4);

 B. scale-object: 2,4;

 C. scale: (2,4);

 D. None

How to create transition effects using CSS3?

 A. transition: width 2s;

 B. transition-duration: 2s; transition-effect: width;

 C. alpha-effect: transition (width,2s);

 D. None

How do four values work on border-radius

 A. top, bottom, left, right

 B. up, down, front, behind

 C. top-left, top-right, bottom-right, bottom-left


 D. bottom-left, bottom-right, top-right, top-left

How can you created rounded corners using CSS3?

 A. border[round]: 30px;

 B. corner-effect: round;

 C. border-radius: 30px;

 D. alpha-effect: round-corner;

 Which of the below is the correct syntax to put a line over text in CSS?
text-decoration: line
text-decoration: none

text-decoration: overline
text-decoration: underline

. Which element is used to represent the transparency of an element in CSS ?


Hover
Opacity
Transparent
Overlay

Which property in CSS is responsible for setting the difference between two lines ?
min-height property
max-height property
line-height property
None of the above

Which below CSS property best describes how an image or video fits into a container?
object-fit
object-move
position-hide
All of the above

Which function in CSS is used to set the linear gradient as the background
image ?
absolute-gradient()
relative-gradient()
linear-gradient()
custom-gradient()
Which property of CSS is used to animate the width of search input when
the element gets focus ?
Focus
Transition
Outline
Color
What is the CSS property used to change the text color of an element?
 A) text-color
 B) color
 C) font-color
 D) text-style
How can you center an element horizontally in CSS?
 A) text-align: center;
 B) align: center;
 C) margin: auto;
 D) center: horizontal;

What is the difference between display: none; and visibility: hidden;?


 A) There is no difference
 B) display: none; hides the element and removes it from the
document flow, while visibility: hidden; hides the element but
keeps it in the document flow
 C) visibility: hidden; hides the element and removes it from the
document flow, while display: none; hides the element but keeps it
in the document flow
 D) display: none; and visibility: hidden; are used for the same
purpose

How can you create a responsive design using CSS?


 A) By using fixed widths for all elements
 B) By using media queries to apply different styles based on the
screen size
 C) By using inline styles for all elements
 D) By using tables for layout

What is the purpose of the z-index property in CSS?


 A) To set the background color of an element
 B) To set the stacking order of elements
 C) To set the font size of an element
 D) To set the width of an element

How do you create a CSS animation?


 A) By using the animation property with keyframes
 B) By using the transition property
 C) By using the transform property
 D) By using the animate property

How can you include external CSS stylesheets in an HTML document?


 A) By using the <style> tag
 B) By using the <link> tag with the rel="stylesheet" attribute
 C) By using the <script> tag with the type="text/css" attribute
 D) By using the @import rule in a <style> tag

You might also like