What are the values that can be taken by text-wrap of CSS3?

Questions by nancyphilips   answers by nancyphilips

Showing Answers 1 - 9 of 9 Answers

sravan

  • Jul 2nd, 2014
 

Normal, None, Unrestricted, Supress

  Was this answer useful?  Yes

justindhiraviam

  • Sep 20th, 2014
 

Text-wrap: normal|none|unrestricted|suppress;

Code
  1. p.test2

  2. {

  3. width:11em

  4. border:1px solid #000000

  5. text-wrap:normal

  6. }

  Was this answer useful?  Yes

hardyal

  • Oct 12th, 2017
 

avoid
inherit
initial
none
normal

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions