(49 out of 193)
SaHeadBegin
Prints the beginning head fragment for an HTML page to an HTML stream.
Synopsis
#include "SaRnHtml.h"
int SaHeadBegin();
Argument
None
Return Values
Returns an integer with a value of 0.
Description
Prints the beginning head fragment for an HTML page to an HTML stream.
Example
The code fragment:
SaHeadBegin();
will write:
<HEAD>
to the output stream.
See Also
(49 out of 193)