#include <string>
#include <iostream>
#include "cgicc/CgiDefs.h"
#include "cgicc/MStreamable.h"
Go to the source code of this file.
Namespaces | |
namespace | cgicc |
Classes | |
class | cgicc::HTMLAttribute |
Class representing a name or a single name/value pair. More... | |
Defines | |
#define | _HTMLATTRIBUTE_H_ 1 |
For example, in the HTML code
<br clear="all" />
clear
is an attribute of the br
element.
Definition in file HTMLAttribute.h.