Displaying Text : Using a text element : Applying multiple style formats to text
 
Applying multiple style formats to text
Using HTML, you can format individual words and lines in a text element. The following example shows two lines with different font sizes and styles.
Text that you supply:
<CENTER><B><span style="font-size: larger">
Shipped Orders Report
</B></span><BR>
<FONT size="small">For the month of March</FONT></CENTER>
Output: