Jak dodać przestrzeń między słowami w JavaScript
document.getElementById("text").style.wordSpacing = "25px";//change '25px' to your custom space
Zany Zebra
document.getElementById("text").style.wordSpacing = "25px";//change '25px' to your custom space