id property

id property

The element’s identifier. See the id attribute definition in HTML 4.01.

Definition:

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

See Also