version property

version property

Version information about the document’s DTD. See the version attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also