This namespace contains all HTML tag attributes. These are attributes that would normally be within the HTML tag, e.g. <td style="background: red;">.

Classes

  ClassDescription
Public classAlt
The alternative text attribute for Img elements.
Public classAttribute
This class provides the abstact base for all tag attributes.
Public classClass
The CSS class attribute.
Public classColspan
The column span attribute for Td.
Public classHref
The href attribute for e.g. A or Link.
Public classId
The element id attribute.
Public classMimeType
The mime type attribute as in type="text/javascript".
Public classRel
The rel attribute as in rel="stylesheet".
Public classRowspan
The row span attribute for Td.
Public classSrc
The source attribute for Img elements.
Public classStyle
The CSS style attribute as in <td style="background: red;">.
Public classXmlNs
The XML namespace attribute.