images property
images property
A collection of all the IMG
elements in a document. The
behavior is limited to IMG
elements for backwards
compatibility. As suggested by [HTML 4.01], to include images, authors may use
the OBJECT
element or the IMG
element.
Therefore, it is recommended not to use this attribute to find the
images in the document but getElementsByTagName
with
HTML 4.01 or getElementsByTagNameNS
with XHTML 1.0.
Definition:
@property
def images(self):
...
See Also
- module
aspose.html
- class
HTMLCollection
- class
HTMLDocument