value (input) Contains the value that will be sent on form submission. A control that is
created with a value attribute will show its content as a default value to the
user.
The attribute is optional except when the attribute type is radio or checkbox .
Value type: CData
value (param) Defines the value for the current param element.
Value type: CData
valuetype Specifies the type of the value attribute. The default value is data .
Acceptable values:
data : The value will be passed to the object as a string.
ref : The value defines a URI where the real value may be located.
object : The value is an object identifier that matches the name of another
object element in the current document.
width (col,
colgroup)
The value refers to a default width for each column in the group.
Value type: One or more space - separated Length values. Accepts also the
special value 0* which means that the column will have a width as large as the
column contents.
width (image,
table)
It determines the width of the associated element.
Pages:
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115