Wednesday 11 February 2015

Latest CSS Java Script HTML Interview Questions and Answers

Below are some important CSS3 interview questions which are asked in most MNC company interviews for beginners or professionals.

21. How is Multi-Column feature used in CSS3?

By using the Multi-Column feature of CSS3 the web designers can get their output in multiple columns with definitions defined for each column like column-width, column-count.

22. What is the syntax of Word Wrap in CSS3?
The general syntax word-wrap property of CSS3 is as follows:
word-wrap: normal| break-word
The default initial value is normal in the above syntax.

23. How is white-space Property of CSS3 used?
I think you are asking about the syntax for the usage of white-space Property of CSS3.
The general format of white-space Property of CSS3 is as follows:
white-space: nnormal | pre | nowrap | pre-wrap | pre-line
Let me know if you have any other query.

24. How flexibility is achieved more in CSS3?
Flexibility achieved is in greater ratio in CSS3 because of the feature of handling multiple style sheets in CSS3 and because of the modularized approach of CSS3.

25. What are the values that can be taken by property white-space of CSS3?
The five values that can be taken by property white-space of CSS3 are normal, pre, no wrap, pre-wrap and pre-line.
More Questions & Answers :-

No comments:

Post a Comment