CSS3 Question:

Download Job Interview Questions and Answers PDF

What is the word wrap/word wrapping in CSS3?

CSS3 Interview Question
CSS3 Interview Question

Answer:

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;}

Download CSS3 Interview Questions And Answers PDF

Previous QuestionNext Question
What is the CSS3 The background size Property?What is the CSS3 animation?