html - How do you add a line break in yattag? -


when generating html document in yattag, how add line break (<br/>)?

you use doc.stag('br') since stag method produces self closing tag. you'll <br />


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -