Letter Spacing
The amount of space that separates letters in a word. Most desktop applications, such as Word or PowerPoint provide ways to scrunch words together for visual appeal or to fit a phrase into a smaller space. Even HTML allows designers to adjust the space between letters in CSS or the Style command. For example, this HTML Style command, letter-spacing: -1px, moves letters closer together by 1 pixel.


