Html |
public enum HtmlAttributeId
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | An unknown HTML attribute identifier. |
| Abbr | 1 | The "abbr" attribute. |
| Accept | 2 | The "accept" attribute. |
| AcceptCharset | 3 | The "accept-charset" attribute. |
| AccessKey | 4 | The "accesskey" attribute. |
| Action | 5 | The "action" attribute. |
| Align | 6 | The "align" attribute. |
| Alink | 7 | The "alink" attribute. |
| Alt | 8 | The "alt" attribute. |
| Archive | 9 | The "archive" attribute. |
| Axis | 10 | The "axis" attribute. |
| Background | 11 | The "background" attribute. |
| BGColor | 12 | The "bgcolor" attribute. |
| Border | 13 | The "border" attribute. |
| CellPadding | 14 | The "cellpadding" attribute. |
| CellSpacing | 15 | The "cellspacing" attribute. |
| Char | 16 | The "char" attribute. |
| CharOff | 17 | The "charoff" attribute. |
| Charset | 18 | The "charset" attribute. |
| Checked | 19 | The "checked" attribute. |
| Cite | 20 | The "cite" attribute. |
| Class | 21 | The "class" attribute. |
| ClassId | 22 | The "classid" attribute. |
| Clear | 23 | The "clear" attribute. |
| Code | 24 | The "code" attribute. |
| CodeBase | 25 | The "codebase" attribute. |
| CodeType | 26 | The "codetype" attribute. |
| Color | 27 | The "color" attribute. |
| Cols | 28 | The "cols" attribute. |
| ColSpan | 29 | The "colspan" attribute. |
| Compact | 30 | The "compact" attribute. |
| Content | 31 | The "content" attribute. |
| Coords | 32 | The "coords" attribute. |
| Data | 33 | The "data" attribute. |
| DateTime | 34 | The "datetime" attribute. |
| Declare | 35 | The "declare" attribute. |
| Defer | 36 | The "defer" attribute. |
| Dir | 37 | The "dir" attribute. |
| Disabled | 38 | The "disabled" attribute. |
| DynSrc | 39 | The "dynsrc" attribute. |
| EncType | 40 | The "enctype" attribute. |
| Face | 41 | The "face" attribute. |
| For | 42 | The "for" attribute. |
| Frame | 43 | The "frame" attribute. |
| FrameBorder | 44 | The "frameborder" attribute. |
| Headers | 45 | The "headers" attribute. |
| Height | 46 | The "height" attribute. |
| Href | 47 | The "href" attribute. |
| HrefLang | 48 | The "hreflang" attribute. |
| Hspace | 49 | The "hspace" attribute. |
| HttpEquiv | 50 | The "http-equiv" attribute. |
| Id | 51 | The "id" attribute. |
| IsMap | 52 | The "ismap" attribute. |
| Label | 53 | The "label" attribute. |
| Lang | 54 | The "lang" attribute. |
| Language | 55 | The "language" attribute. |
| LeftMargin | 56 | The "leftmargin" attribute. |
| Link | 57 | The "link" attribute. |
| LongDesc | 58 | The "longdesc" attribute. |
| LowSrc | 59 | The "lowsrc" attribute. |
| MarginHeight | 60 | The "marginheight" attribute. |
| MarginWidth | 61 | The "marginwidth" attribute. |
| MaxLength | 62 | The "maxlength" attribute. |
| Media | 63 | The "media" attribute. |
| Method | 64 | The "method" attribute. |
| Multiple | 65 | The "multiple" attribute. |
| Name | 66 | The "name" attribute. |
| NoHref | 67 | The "nohref" attribute. |
| NoResize | 68 | The "noresize" attribute. |
| NoShade | 69 | The "noshade" attribute. |
| NoWrap | 70 | The "nowrap" attribute. |
| Object | 71 | The "object" attribute. |
| Profile | 72 | The "profile" attribute. |
| Prompt | 73 | The "prompt" attribute. |
| ReadOnly | 74 | The "readonly" attribute. |
| Rel | 75 | The "rel" attribute. |
| Rev | 76 | The "rev" attribute. |
| Rows | 77 | The "rows" attribute. |
| RowSpan | 78 | The "rowspan" attribute. |
| Rules | 79 | The "rules" attribute. |
| Scheme | 80 | The "scheme" attribute. |
| Scope | 81 | The "scope" attribute. |
| Scrolling | 82 | The "scrolling" attribute. |
| Selected | 83 | The "selected" attribute. |
| Shape | 84 | The "shape" attribute. |
| Size | 85 | The "size" attribute. |
| Span | 86 | The "span" attribute. |
| Src | 87 | The "src" attribute. |
| StandBy | 88 | The "standby" attribute. |
| Start | 89 | The "start" attribute. |
| Style | 90 | The "style" attribute. |
| Summary | 91 | The "summary" attribute. |
| TabIndex | 92 | The "tabindex" attribute. |
| Target | 93 | The "target" attribute. |
| Text | 94 | The "text" attribute. |
| Title | 95 | The "title" attribute. |
| TopMargin | 96 | The "topmargin" attribute. |
| Type | 97 | The "type" attribute. |
| UseMap | 98 | The "usemap" attribute. |
| Valign | 99 | The "valign" attribute. |
| Value | 100 | The "value" attribute. |
| ValueType | 101 | The "valuetype" attribute. |
| Version | 102 | The "version" attribute. |
| Vlink | 103 | The "vlink" attribute. |
| Vspace | 104 | The "vspace" attribute. |
| Width | 105 | The "width" attribute. |
| XmlNS | 106 | The "xmlns" attribute. |