border property

border property

The width of the border around the table. See the border attribute definition in HTML 4.01.

Definition:

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

See Also