Version: 0.70 Generate Html with B4X code. Added HTMX attributes such as hx-get and hx-trigger. Example 1: H1.text("Hello, World!") Output: Hello, World! Hello, World! Example 2: Dim p1 As Tag = Paragraph.text("This is a ") p1.add(Span.cls("text-danger").text("red text")) p1.text(" in a...
www.b4x.com