For a new line, use CTL RETURN.
<p>               - new paragraph (does not require an ending </p>)
<pre> ... </pre>  - new paragraph with Courier font and fixed spacing
              - fixed space (needed when not using <pre>)
<b> ... </b>      - bold
<i> ... </i>      - italic
<li> ... </li>    - each bullet
<ul> ... </ul>    - to indent bullets
<font size="n"> ... </font> where n=1-9 (1=8,2=10,3=12,4=14,5=18,6=24,7=36pt)
A good example of usage to look at is the new IF DIFF statement under 
System APPLICATION DESIGN, Subsystem ILF STATEMENTS.  
Remember, in INQ mode, you see the HTML tags applied; 
in CHG mode, you see the actual HTML tags coded.
  |