- In the HTML markup box on the right side of the page enter the text you are looking to add to your form.
- Using basic HTML tags you can add formatting such as;
- Line Breaks - The <br/> tag is used to enter a line break. Add multiple <br/> tags in a row to enter more line breaks.
- Bold - The <b> tag is used to make the text bold and the </b> tag is used to end the bold text.
- Italics - The <i> tag is used to make the text italic and the </i> tag is used to end the italic text.
- Underline - The <u> tag is used to set the text underline and the </u> tag is used to end the underlined text.
- All of the tags that are inputted into the HTML markup box will automatically be reflected int he preview window on the left hand side.