Common Desktop Environment: Help System Author's and Programmer's Guide

<user>

User's response: Indicates the user's response to a computer prompt.

Syntax

<user>response<\user> 

Or:

<user|response|

This element is used to distinguish user input from computer output in a computer dialog. It is typically used within the <ex> element, where spaces and line breaks between the <user> start tag and the <\user> end tag are significant.

If used within a paragraph, <user> text must not break across lines in your source file.

The <user> end tag is required if the long form is used.

Example

The following markup produces two different fonts, one to indicate what the computer displays and another to indicate what the user types:

<ex>
 Do you wish to continue? (Yes or No) <user>Yes<\user>
 <\ex>  

The output looks like this:

Do you wish to continue? (Yes or No) Yes

See Also