Html help

You can customize the look of your surveys by adding your own HTML code to the question text, survey description etc. Most HTML codes can be used, except the start and end tags of an HTML document. You code must not include the following:

        <HTML>
        <HEAD>
        <TITLE>A title</TITLE>
        </HEAD>
        <BODY>


        ... and ...


        </BODY>
        </HTML>
                                

Examples:

<b>This text is emphasized (bold)</b>

<hr> (horizontal line)

<font color="red">This text will be red</font>

For more information on HTML, go to http://www.w3schools.com/html/ or http://HTML.com