start property

start property

Starting sequence number. See the start attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also