avoid turning screen sideways html code example
Example 1: css prevent line break
white-space: nowrap;
Example 2: html add vertical space below
<p style="margin-bottom:3cm;">This is the first question?</p>
white-space: nowrap;
<p style="margin-bottom:3cm;">This is the first question?</p>