For HTML4:
OPTION Attribute definitions
selected [CI]
When set, this boolean attribute specifies that this option is pre-selected.
value = cdata [CS]
This attribute specifies the initial value of the control. If this attribute is not set, the initial value is set to the contents of the OPTION element.
label = text [CS]
This attribute allows authors to specify a shorter label for an option than the content of the OPTION element. When specified, user agents should use the value of this attribute rather than the content of the OPTION element as the option label.
Source: http://www.w3.org/TR/html401/interact/forms.html#h-17.6
So, we turn to the definition of CDATA:
CDATA - . :
- ,
- ,
- .
CDATA (, "myval" "myval" ). .
HTML 4 CDATA , , DTD.
: http://www.w3.org/TR/html401/types.html#type-cdata
, value , .