!--a11y-->
Using Comment Tags in HTMLBusiness 
You can use standard HTML comment tags to add comments to HTMLBusiness expressions.
HTML comments start with
<!-- and end with -->
HTML comments always end with
--> .The character
> alone is insufficient to indicate the end of a comment.HTMLBusiness expressions that occur within HTML comments appear as uninterpreted output on the HTML page.
HTML comments can occupy entire lines or just parts of lines:

The following (complete) line is ignored:
<!-- `…vbcom-kunde…`‘ -->

The following line contains a valid HTMLBusiness expression followed by a comment:
repeat with j from 1 to <!--stepLoop.dim--> 10‘
