I'm developing an application for creating quizzes. A quiz have more questions. A question look like this:
<p>How are you<p>
<b>How old are you</b>
What is your name?
You see that I've used html tags. How can I format a question? If the question is between <b>
's, the font must be bold. If the font-family is "Arial", the font from the UI must be "Arial".