|
Using HTML Elements to Enhance Your Surveys
|
|
| · | Add styles to specific words or letters (like bold, italics, or underlining)
|
| · | Change font sizes of specific words or letters
|
| · | Display graphic images
|
| to turn on: | <I>
|
| to turn off: | </I>
|
| Type: | Please be <I>very</I> careful!
|
| to turn on: | <B>
|
| to turn off: | </B>
|
| to turn on: | <U>
|
| to turn off: | </U>
|
| Type: | Please be <BR>very careful!
|
| to create: | Please be
|
| very careful!
|
| Type: | <P>
|
| to create: | hard return plus blank line
|
| Type: | <HR>
|
| to create: | Horizontal line spanning the current text cell, or spanning the current line.
|