Embedding HTMLBusiness in Standard HTML

Use

To embed HTMLBusiness expressions in standard HTML, you use either of the following delimiters:

  • HTML-style tags

    <server> ... </server>

  • Back quotes

    ` ... `

Embedding HTMLBusiness Tags in Standard HTML Tags

Since HTML does not allow tag nesting, you cannot embed HTMLBusiness tags within standard HTML tags.

To handle this, HTMLBusiness provides the back quote. Unlike the <server> ... </server> tag, you can use back quotes inside HTML tags.

Leaving Back Quotes Uninterpreted

If you want to leave back quotes in your HTML page uninterpreted, use the code &#96 instead.