(156 out of 193)
SaTableHeadEnd
Prints the end fragment for a header of an HTML table element. The HTML table element is not supported by all client browsers.
Synopsis
#include "SaRnHtml.h"
int SaTableHeadEnd();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the end fragment for a header of an HTML table element. The HTML table element is not supported by all client browsers.
Example
The code fragment:
SaTableHeadEnd();
will write:
</TH>
to the output stream.
See Also
(156 out of 193)