The text control, as you have dicovered, will literally show the text string as listed. It is not an HTML parser or renderer.
There are two possible options. One is to add an Internet Explorer control to your toolbox and to use it on the form. Then you can have it display HTML.
Alternatively...