isn't the aim of the lib to allow building HTML by "dummies" with minimal HTML tag knowledge ?
Like "create a block", "centered", "max width = 77%", "white background color", "green text of 14 size" ...
My answer is no.
For dummy web designers, they can use any existing HTML templates created by another developer.
I am also not good in frontend design or write JavaScript.
By using this library, I can convert any nice template which works perfectly into B4X code.
Choose a template which is already making use of other CSS library or frameworks such as Bootstrap and AlpineJS.
With B4X code, I am not switching my mind into html files.
B4J allows me to comment any line of codes and reusing some functions.
This library generates html output that avoid missing or extra html closing tags. The output is always beautiful and perfect.
I can't say it can minimize html tags. It only make me feel comfortable writing in B4X.
You can also check this tutorial but it is for version 0.x
A New Paradigm Shift MiniHtml is a B4X library to create html markup. Instead of writing html using opening and closing tags, we declare tag object and chaining it's methods to generate the attributes and finally output the object as String. Below is what ChatGPT understandings of this library...
www.b4x.com