default_value property

default_value property

Represents the contents of the element. The value of this attribute does not change if the contents of the corresponding form control, in an interactive user agent, changes. @version DOM Level 2

Definition:

@property
def default_value(self):
    ...
@default_value.setter
def default_value(self, value):
    ...

See Also