I have looked it up but I could not see anyone mentioning this feature in the forum: I'd like to use HTML div tags to create a coloured box. For example:
<div class="alert alert-block alert-warning">
<b>Example:</b> This yellow box highlights some text.
</div>
I have read that HTML code is supported so it should be easy to make these work?