Description
-
Holds attribute name.
Property type
-
A String value.
Syntax
-
object.Name [= value]
The Name Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodHtmlAttribute. |
| value |
A String value. |
Remarks
-
This property holds attribute name, for example
<IMG SRC="image.jpg">
where SRC is attribute name.
|