HTML in body text with end of lines

I need something like this format:

I added the text in the actions inspector using ctrl enter to get the lines.

It works on safari but on IOS the line ends are ignored.
Please answer the following questions.
Age:
Sex:
Qualifications:
Years Experience:

Can I use html and if so an example please.

Age:<br>
Sex:<br>
Qualifications:<br>
Years Experience:

The <br> tag is a line break, and will give you a new line where you use it.

Hi,

when I use 'Age:

Sex:

Qualifications:

Years Experience:'

in the on mouse click - Compose Email - body

I just get the text as is. ie ignores the HTML.

You may need to use JavaScript for this: Email text fields - #2 by jonathan