target property

target property

The default target frame. See the target attribute definition in HTML 4.01.

Definition:

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

See Also