title property
title property
The element’s advisory title. See the title attribute definition in HTML 4.01.
Definition:
@property
def title(self):
    ...
@title.setter
def title(self, value):
    ...
See Also
- module aspose.html
- class HTMLSelectElement