-
Notifications
You must be signed in to change notification settings - Fork 22.7k
/
Copy pathindex.md
33 lines (20 loc) · 871 Bytes
/
index.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: HTMLPictureElement
slug: Web/API/HTMLPictureElement
page-type: web-api-interface
browser-compat: api.HTMLPictureElement
---
{{APIRef("HTML DOM")}}
The **`HTMLPictureElement`** interface represents a {{HTMLElement("picture")}} HTML element. It doesn't implement specific properties or methods.
{{InheritanceDiagram}}
## Instance properties
_No specific property, but inherits properties from its parent, {{domxref("HTMLElement")}}._
## Instance methods
_No specific method, but inherits methods from its parent, {{domxref("HTMLElement")}}._
## Specifications
{{Specifications}}
## Browser compatibility
{{Compat}}
## See also
- The {{HTMLElement("picture")}} HTML element that implements it.
- The {{domxref("HTMLImageElement")}} and {{domxref("HTMLSourceElement")}} interfaces, often used in conjunction with a {{HTMLElement("picture")}} element.