value
1. property of the INPUT tag:
1-1. sets or returns the button label for type: reset, button, submit
1-2. sets or returns a value for type: radio, checkbox
1-3. sets the text in the input field before input and returns the entered text value, for type: password, text

2. tag property:
2-1. LI , sets or returns the numeric value stored in the tag.

2-2. OPTION, PARAM , sets or returns the value stored in the tag.

3. SELECT tag property. Returns the VALUE property of the first selected inner OPTION tag.
select_value_object
4. tag property TEXTAREA. In scripts, sets, returns text.
textarea_object.value = ""