border property

border property

Width of border around image. See the border attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01. Note that the type of this attribute was DOMString in DOM Level 1 HTML [DOM Level 1] .

Definition:

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

See Also