Introduction to Web<ToolKit>


Web<ToolKit> is an ANSI/ISO-compatible C++ library that contains classes for dynamically building HTML (Hypertext Markup Language) Web pages. Using Web<ToolKit>, you can write Web page logic and structure using C++ objects and existing C++ interfaces without learning HTML. If you do not use a tool like Web<ToolKit> when creating an application that builds Web pages, you must manually insert HTML into your code. This is not only cumbersome and error prone, but requires that you learn HTML syntax.

Web<ToolKit>:

This chapter describes the concepts you must understand to use Web<ToolKit>.

Benefits of Using Web<ToolKit>

Uniform Resource Locator (URL)

Web Page Elements as Seen Using a Browser

Web Page Elements as Seen Using Web<ToolKit>

Summary of Classes

Defining the Web Page


Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.