CSS3 Job Interview Questions and Answers
CSS3 Job Interview Questions and Answers
And Answers
If you find any question or answer is incorrect or incomplete then you can submit your question or
answer directly with out any registration or login at our website. You just need to visit CSS3
Interview Questions And Answers to add your answer click on the Submit Your Answer links on the
website; with each question to post your answer, if you want to ask any question then you will have a
link Submit Your Question; that's will add your question in CSS3 category. To ensure quality, each
submission is checked by our team, before it becomes live. This CSS3 Interview preparation PDF was
generated at Saturday 6th February, 2021
You can follow us on FaceBook for latest Jobs, Updates and other interviews material.
www.facebook.com/InterviewQuestionsAnswers.Org
If you need any further assistance or have queries regarding this document or its material or any of
other inquiry, please do not hesitate to contact us.
Best Of Luck.
Question - 1:
Explain What are the values that can be taken by property white-space of CSS3?
ue
Ans:
The five values that can be taken by property white-space of CSS3 are normal, pre, nowrap, pre-wrap and pre-line.
View All Answers
st
Question - 2:
io
Question - 3:
How is white-space property of CSS3 used?
A
Ans:
ns
Question - 4:
er
Question - 5:
What is the syntax of opacity in CSS3?
G
Ans:
style="opacity:0.4;filter:alpha(opacity=40)"
Firefox uses the property opacity:x for transparency, while IE uses
filter:alpha (opacity=x).
View All Answers
Question - 6:
What is opacity in CSS3?
Ans:
Opacity is used to show or hide the html element For example 0 for hide and 1 for show
<p style="opacity: 0">Show Me</p>
<p style="opacity: 0.5">Show Me</p>
<p style="opacity: 1">Show Me</p>
View All Answers
Question - 7:
What is the CSS3 animation?
Ans:
In
When the animation is created in the @keyframe, bind it to a selector, otherwise the animation will have no effect.
Bind the animation to a selector by specifying at least these two CSS3 animation properties:
* Specify the name of the animation
* Specify the duration of the animation
te
Question - 8:
What is the word wrap/word wrapping in CSS3?
Ans:
ie
To Allow long words to be able to break and wrap onto the next line in css3 we used word-wrap property like below class
.wordwrappcds{word-wrap:break-word;}
w
Question - 9:
Q
{
background:url(background.gif);
-moz-background-size:80px 60px; /* Firefox 3.6 */
background-size:80px 60px; /* or we can do background-size:100% 100%;*/
io
background-repeat:no-repeat;
}
ns
View All Answers
Question - 10:
How to create Box Shadow and text Shadow using CSS3?
A
Ans:
Like below we can create Box Shadow using CSS3 .boxshadowpcds
{
ns
Question - 11:
s.
By using border-image: property of css3 we can create a border using images like below
.roundpcds
{
R
border-image:url(borderpcds.png) 30 30 round;
-moz-border-image:url(borderpcds.png) 30 30 round; /* Firefox */
-webkit-border-image:url(borderpcds.png) 30 30 round; /* Safari and Chrome */
G
Question - 12:
How to create Rounded Corners using css3?
Ans:
We have to creat a class like below
<style>
.roundc{
Copyright © https://InterviewQuestionsAnswers.org Page 4/6
CSS3 Interview Questions And Answers
</style>
and we have to add this class where we want the round corner like in below div
<div class="roundc" > this is the round corner by css3 </div>
rv
Question - 13:
ie
What new futures added in CSS3 for Borders and how Browser Support it?
Ans:
w
Question - 14:
List out CSS3 modules
io
Ans:
Below are the listed major modules
ns
* Selectors
* Box Model
* Backgrounds and Borders
* Text Effects
* 2D/3D Transformations
* Animations
A
Question - 15:
w
CSS3 is upgreaded version of CSS with new future like Selectors,Box Model, Backgrounds and Borders, Text Effects,2D/3D Transformations, Animations, Multiple
Column Layout,User Interface etc
View All Answers
s.
O
R
G
Follow us on FaceBook
www.facebook.com/InterviewQuestionsAnswers.Org
Follow us on Twitter
https://twitter.com/InterviewQA