Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HTMLElementTagNameMap

interface HTMLElementTagNameMap {
address: HTMLElement;
article: HTMLElement;
aside: HTMLElement;
blockquote: HTMLQuoteElement;
figcaption: HTMLElement;
figure: HTMLElement;
footer: HTMLElement;
header: HTMLElement;
hgroup: HTMLElement;
noscript: HTMLElement;
section: HTMLElement;
small: HTMLElement;
strong: HTMLElement;
summary: HTMLElement;
}

§Properties

§
§
figcaption: HTMLElement
[src]