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 />
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
Post a Comment