Help

E. Advance Settings

I. Simple HTML tag

Form Title, Description, Field Label, Guidelines for User all accept HTML markup.

Example of an HTML link tag:

<a href="https://www.cuhk.edu.hk" target="_blank">CUHK</a>
CUHK

Simply substitute the URL you'd like to link to in place of the URL and customize the link text. This link will open in a new window.

Example of an HTML image tag:
<img src="https://www.cuhk.edu.hk/english/images/header/cuhk_logo.png" width="290" height="84" />

Example of text formatting tags:
<b>bold</b> , <i>italic</i> & <u>underline</u> defines bold, italic and underline text only.

Advanced HTML

For more HTML examples, please check out the w3schools site for HTML tutorials, tips and tricks.