Class dealing with HTML elements. More...
#include <string>
#include "cgicc/CgiDefs.h"
#include "cgicc/MStreamable.h"
#include "cgicc/HTMLAttributeList.h"
Go to the source code of this file.
Classes | |
class | cgicc::HTMLElement |
Class representing an HTML element. More... | |
Namespaces | |
namespace | cgicc |
The namespace containing the cgicc library. |
Class dealing with HTML elements.
For example, a
, img
, html
, and body
, are all HTML elements.
Definition in file HTMLElement.h.