Vidyalelo
CSS · Q105

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 105

Q105

Which of the following CSS3 property can be used to allow line breaks within words?

A.
word-wrap
B.
word-break
Answer
C.
line-wrap
D.
line-break

Answer: Option B

Solution

Answer: Option B
Solution:
Syntax: word-break: break-all | keep-all | normal