Slide 9 of 21

Using Images for a BullBulletedited List Source Code

<p style="text-align: center">
<img src="bullet.gif" alt="bullet">
<font color="blue" face="arial, sans-serif" size="4" weight="900">Item 1
</font>
<br>
<img src="bullet.gif" alt="bullet">
<font color="blue" face="arial, sans-serif" size="4" weight="900">Item 2
</font>
<br>
<img src="bullet.gif" alt="bullet">
<font color="blue" face="arial, sans-serif" size="4" weight="900">Item 3
</font>
</p>