How to break a long line of html code into multiple lines as "" will do in python and C/C++
Suppose that I have the following code, <p>aaa<a>bbb</a>ccc</p> the rendered web page will be like this However, when the text "aaa", "bbb", "ccc" becomes pretty long, I want to split this single line into multiple lines for readability, like <p>…