When was the term directory replaced by folder? How to Find the Longest Words in a Text File using Python. . : One of the use cases is drawing bar charts in dc.js where I can put name at the bottom and the value at the top of the bar. Upon click of a button, we will add space between text and display the result on the screen. Step 1: Firstly, we have to type the Html code in any text editor or open the existing Html file in the text editor in which we want add the padding. Asking for help, clarification, or responding to other answers. e.g. You can create your own function to do it: function spaces (x) { var res = ''; while (x--) res += ' '; return res; } var name = "Bruce"; var age = 14; name + spaces (4) + age; > This is another paragraph. What does "you better" mean in this context of conversation? Thanks for contributing an answer to Stack Overflow! A preformatted block. } Thanks for contributing an answer to Stack Overflow! (A space after the 'D' and a space after the original space.)