단어간 간격,글자간 간격, 줄간 간격을 스타일로 조절할수 있다
word-spacing:5px;//단어간 간격
letter-spacing:7px;//자간
line-height:18px;//행간
<div style="word-spacing:50px">단어 간격 간격</div>
<br><br>
<div style="letter-spacing:50px">자간간격</div>
<br><br>
<div style="line-height:20px;">행간간격</div>
<div style="line-height:20px;">행간간격</div>
<div style="line-height:20px;">행간간격</div>