href property

href property

If the style sheet is a linked style sheet, the value of its attribute is its location. For inline style sheets, the value of this attribute is null.

Definition:

@property
def href(self):
    ...

See Also