[Prev] [Next] [Top] [Bottom] [Contents] (168 out of 193)

SaULIstBegin

Prints the beginning fragment for an unordered list.

Synopsis

#include "SaRnHtml.h"

int SaUListBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning fragment for an unordered list.

Example

The code fragment:

SaUListBegin();
will write:

<UL>
to the output stream.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (168 out of 193)