SynopsisOutput the common HTML tags to close out a web page. Prototype#include "webs.h" void websFooter(webs_t wp); Parameters
DescriptionThe websFooter procedure outputs the standard HTML tags to finish a web page. It outputs the following HTML code: </html> Return ValueNone ExamplewebsHeader(wp); websWrite(wp, "Great Day Today"); websFooter(wp); websDone(wp); Stability ClassificationStable. See Also |