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 - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -