StringValidator message with html tags

When defining an error message for a StringValidator on a form input, is it possible to embed html tags within the message. For example, if I wanted to highlight a portion of the message in bold using ‘You must start with<b>xx</b>.’

Currently when I attempt this, the message is displayed with the html syntax (with the greater than, less than signs).

Thanks