-1

More than one consecutive white spaces given inside an HTML code is treated as one (just one white-space). Is there any CSS style to make these consecutive White-spaces apply in the page?

Any help is appreciated.

<p class="anyClass"> I want white-space           here.</p>
isherwood
  • 58,414
  • 16
  • 114
  • 157
gopal prabhu
  • 213
  • 1
  • 3
  • 10

1 Answers1

-1

&nbsp; can do the work

&emsp; for 2 spaces

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Dean_Geva
  • 49
  • 5