Syntax of HTML Sources
Elements from the repository in the form of "HTML source" texts are inserted in the form of tags placed between square brackets ( "[ ]" ).
Two forms are possible:
• short form
• extended form
Short form
A short form is obtained by “drag-and-drop” in the descriptor editor, of type [P=”Property”/]
The tag is opened and closed in a single operation.

It is not always possible to perform drag-and-drop. Certain tags (CL) must be entered manually by modifying an existing tag for example.
Extended form
An extended form, of type [P="Property"]text [Value/][/P]
Among other things, the extended form enables conditioning of the text entered between the beginning and end tags.
Remarks on syntax of HTML sources
As in XML, the character “ / ” is placed at the end in the short form. In extended form where the tags are matched, this character is placed at the start of the final tag.
Double apostrophes ("Property") are optional when the character chain they enclose does not contain any blanks.

When closing a text, a message warns you if there is an error in the code.