Which HTML formatting tags are supported?

HTML formatting tags, including but not limited to the following examples, are supported in Oracle InForm when deployed from a Oracle Central Designer study.

Note:

HTML formatting tags are not supported for pulldown controls. If you format a codelist so that its codelist items appear in a pulldown control in Oracle InForm, do not use HTML formatting tags in the Label of any of the codelist items.
HTML tag Use

<b ></b>

Bold text.

<br>

Line break.

<center></center>

Centering text.

<i></i>

Italic text.

<li></li>

List items.

<ol></ol>

Numbered list.

<p></p>

Paragraphs.

<pre></pre>

Preformatted plain text, for example, computer output.

<s></s>

Strikethrough text.

<strike></strike>

Strikethrough text.

<tt></tt>

Monospace font.

<u></u>

Underlined text.

<ul></ul>

Bulleted list.