websFooter | GoAhead WebServer API | GoAhead EMF |
Output the common HTML tags to close out a web page
#include "webs.h" void websFooter(webs_t wp);
wp | Web server connection handle |
The websFooter procedure outputs the standard HTML tags to finish a web page. It outputs the following HTML code:
</html>
None
websHeader(wp); websWrite(wp, "Great Day Today"); websFooter(wp); websDone(wp);