You have the possibility to insert HTML code into your answers, like the following example :
You will find here a list of basic HTML tags that you can use in your Qualifio campaigns :
Paragraph :
<p>Text</p>
<span>Texte</span>
Bold :
<strong>Text</strong>
<b>Text</b>
Italic :
<em>Text</em>
<i>Text</i>
Underline :
<u>Text</u>
Line breaks (this tag has to be used alone) :
<br />
A list :
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
Remark : You can use those tags to insert personal class and id.