What is the word wrap/word wrapping in CSS3?

Member

by maiya , in category: Design , 4 years ago

What is the word wrap/word wrapping in CSS3?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by rickey_sauer , 4 years ago

word wrap/word wrapping is used 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

.wrapWord{word-wrap:break-word;}

Related Threads:

What is CSS3 Flexbox?
What are CSS3 Transitions?
What is the CSS3 animation?
What is the difference between CSS and CSS3 ?
What is the syntax of opacity in CSS3?
What Are the Best Practices for Managing Oracle Sql Databases?