no_shade property

no_shade property

Indicates to the user agent that there should be no shading in the rendering of this element. See the noshade attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also