CSS3 Question:

What is the syntax of word wrap in CSS3?

CSS3 Interview Question
CSS3 Interview Question

Answer:

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.


Previous QuestionNext Question
What is the syntax of opacity in CSS3?How is white-space property of CSS3 used?