CSS 3 Interview Questions and Answers (122) - Page 3

How do you change a text in upper case in CSS?

NOTE: This is objective type question, Please click question title for correct answer.
How do you change only first character of the word as upper case (Title Case)?

NOTE: This is objective type question, Please click question title for correct answer.
Is there any other way to Hide any controls other that Display:None style property?

Yes,We can also Hide controls
with the help of Visibility style property.
It has Hidden attribute which hides any controls.

For Example:-

<asp:TextBox ID="txt_price" runat="server" style="visibility:hidden;"></asp:Text
Box>
Is there any other way to Hide any controls other that Display:None style property?

Yes,We can also Hide controls
with the help of Visibility style property.
It has Hidden attribute which hides any controls.

For Example:-

<asp:TextBox ID="txt_price" runat="server" style="visibility:hidden;"></asp:Text
Box>
In Less-CSS, the function used to lighten the color of an element to some extent is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to darken the color of an element to some extent is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to increase saturation of the color of an element to some extent is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used for decreasing saturation of the color of an element to some extent is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to make the color of an element more opaque is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to make the color of an element more trasparent is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to shift the hue of the color of an element is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to return the hue component of the color value is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to return the saturation component of the color value is ?

NOTE: This is objective type question, Please click question title for correct answer.
In Less-CSS, the function used to return the lightness component of the color value is ?

NOTE: This is objective type question, Please click question title for correct answer.
What are the reusable code blocks in Less CSS ?

NOTE: This is objective type question, Please click question title for correct answer.
What are the parametric Mixins in Less CSS ?

Parametric Mixins are the code blocks which covers the default parameters as below,

.example(@variable : #ccc) {

.....,
...,
}


In the above example, @variable is the default parameter used for mixin '.example'.

So, Parametric mixins combines both Mixins and Variables.
What is the CSS property used to make particular section rotatable for certain degrees ?

NOTE: This is objective type question, Please click question title for correct answer.
What is the CSS property used to give shadow for text ?

NOTE: This is objective type question, Please click question title for correct answer.
What is the CSS property used to set shadow for section or a division ?

NOTE: This is objective type question, Please click question title for correct answer.
Who is the designer of Less CSS ?

NOTE: This is objective type question, Please click question title for correct answer.
Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Interview Questions and Answers Categories