Setting the line spacing of <p></p> can be achieved using style=line-height:3px;.
However, if the last line of text is set in this way, only half of the text will occur. Figure 1 below.
The solution is as follows: add an empty <p></p> below the last line of text, and it will be solved, as shown in Figure 2.