HTMLPictureElement - Web APIs | MDN (original) (raw)
Baseline
Widely available
The HTMLPictureElement
interface represents a HTML element. It doesn't implement specific properties or methods.
EventTarget Node Element HTMLElement HTMLPictureElement
Instance properties
No specific property, but inherits properties from its parent, HTMLElement.
Instance methods
No specific method, but inherits methods from its parent, HTMLElement.
Specifications
Specification |
---|
HTML # htmlpictureelement |
Browser compatibility
See also
- The HTML element that implements it.
- The HTMLImageElement and HTMLSourceElement interfaces, often used in conjunction with a element.