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

JSXInternal.IntrinsicElements

interface IntrinsicElements extends IntrinsicSVGElements, IntrinsicMathMLElements {
a: AnchorHTMLAttributes<HTMLAnchorElement>;
abbr: HTMLAttributes<HTMLElement>;
address: HTMLAttributes<HTMLElement>;
area: AreaHTMLAttributes<HTMLAreaElement>;
article: HTMLAttributes<HTMLElement>;
aside: HTMLAttributes<HTMLElement>;
audio: AudioHTMLAttributes<HTMLAudioElement>;
b: HTMLAttributes<HTMLElement>;
base: BaseHTMLAttributes<HTMLBaseElement>;
bdi: HTMLAttributes<HTMLElement>;
bdo: HTMLAttributes<HTMLElement>;
big: HTMLAttributes<HTMLElement>;
blockquote: BlockquoteHTMLAttributes<HTMLQuoteElement>;
body: HTMLAttributes<HTMLBodyElement>;
br: HTMLAttributes<HTMLBRElement>;
button: ButtonHTMLAttributes<HTMLButtonElement>;
canvas: CanvasHTMLAttributes<HTMLCanvasElement>;
caption: HTMLAttributes<HTMLTableCaptionElement>;
cite: HTMLAttributes<HTMLElement>;
code: HTMLAttributes<HTMLElement>;
col: ColHTMLAttributes<HTMLTableColElement>;
colgroup: ColgroupHTMLAttributes<HTMLTableColElement>;
data: DataHTMLAttributes<HTMLDataElement>;
datalist: HTMLAttributes<HTMLDataListElement>;
dd: HTMLAttributes<HTMLElement>;
del: DelHTMLAttributes<HTMLModElement>;
details: DetailsHTMLAttributes<HTMLDetailsElement>;
dfn: HTMLAttributes<HTMLElement>;
dialog: DialogHTMLAttributes<HTMLDialogElement>;
div: HTMLAttributes<HTMLDivElement>;
dl: HTMLAttributes<HTMLDListElement>;
dt: HTMLAttributes<HTMLElement>;
em: HTMLAttributes<HTMLElement>;
embed: EmbedHTMLAttributes<HTMLEmbedElement>;
fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>;
figcaption: HTMLAttributes<HTMLElement>;
figure: HTMLAttributes<HTMLElement>;
footer: HTMLAttributes<HTMLElement>;
form: FormHTMLAttributes<HTMLFormElement>;
h1: HTMLAttributes<HTMLHeadingElement>;
h2: HTMLAttributes<HTMLHeadingElement>;
h3: HTMLAttributes<HTMLHeadingElement>;
h4: HTMLAttributes<HTMLHeadingElement>;
h5: HTMLAttributes<HTMLHeadingElement>;
h6: HTMLAttributes<HTMLHeadingElement>;
head: HTMLAttributes<HTMLHeadElement>;
header: HTMLAttributes<HTMLElement>;
hgroup: HTMLAttributes<HTMLElement>;
hr: HTMLAttributes<HTMLHRElement>;
html: HTMLAttributes<HTMLHtmlElement>;
i: HTMLAttributes<HTMLElement>;
iframe: IframeHTMLAttributes<HTMLIFrameElement>;
img: ImgHTMLAttributes<HTMLImageElement>;
input: InputHTMLAttributes<HTMLInputElement>;
ins: InsHTMLAttributes<HTMLModElement>;
kbd: HTMLAttributes<HTMLElement>;
keygen: KeygenHTMLAttributes<HTMLUnknownElement>;
label: LabelHTMLAttributes<HTMLLabelElement>;
legend: HTMLAttributes<HTMLLegendElement>;
li: LiHTMLAttributes<HTMLLIElement>;
link: LinkHTMLAttributes<HTMLLinkElement>;
main: HTMLAttributes<HTMLElement>;
map: MapHTMLAttributes<HTMLMapElement>;
mark: HTMLAttributes<HTMLElement>;
marquee: MarqueeHTMLAttributes<HTMLMarqueeElement>;
menu: MenuHTMLAttributes<HTMLMenuElement>;
menuitem: HTMLAttributes<HTMLUnknownElement>;
meta: MetaHTMLAttributes<HTMLMetaElement>;
meter: MeterHTMLAttributes<HTMLMeterElement>;
nav: HTMLAttributes<HTMLElement>;
noscript: HTMLAttributes<HTMLElement>;
object: ObjectHTMLAttributes<HTMLObjectElement>;
ol: OlHTMLAttributes<HTMLOListElement>;
optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>;
option: OptionHTMLAttributes<HTMLOptionElement>;
output: OutputHTMLAttributes<HTMLOutputElement>;
p: HTMLAttributes<HTMLParagraphElement>;
param: ParamHTMLAttributes<HTMLParamElement>;
picture: HTMLAttributes<HTMLPictureElement>;
pre: HTMLAttributes<HTMLPreElement>;
progress: ProgressHTMLAttributes<HTMLProgressElement>;
q: QuoteHTMLAttributes<HTMLQuoteElement>;
rp: HTMLAttributes<HTMLElement>;
rt: HTMLAttributes<HTMLElement>;
ruby: HTMLAttributes<HTMLElement>;
s: HTMLAttributes<HTMLElement>;
samp: HTMLAttributes<HTMLElement>;
script: ScriptHTMLAttributes<HTMLScriptElement>;
search: HTMLAttributes<HTMLElement>;
section: HTMLAttributes<HTMLElement>;
select: SelectHTMLAttributes<HTMLSelectElement>;
slot: SlotHTMLAttributes<HTMLSlotElement>;
small: HTMLAttributes<HTMLElement>;
source: SourceHTMLAttributes<HTMLSourceElement>;
span: HTMLAttributes<HTMLSpanElement>;
strong: HTMLAttributes<HTMLElement>;
style: StyleHTMLAttributes<HTMLStyleElement>;
sub: HTMLAttributes<HTMLElement>;
summary: HTMLAttributes<HTMLElement>;
sup: HTMLAttributes<HTMLElement>;
table: TableHTMLAttributes<HTMLTableElement>;
tbody: HTMLAttributes<HTMLTableSectionElement>;
td: TdHTMLAttributes<HTMLTableCellElement>;
template: HTMLAttributes<HTMLTemplateElement>;
textarea: TextareaHTMLAttributes<HTMLTextAreaElement>;
tfoot: HTMLAttributes<HTMLTableSectionElement>;
th: ThHTMLAttributes<HTMLTableCellElement>;
thead: HTMLAttributes<HTMLTableSectionElement>;
time: TimeHTMLAttributes<HTMLTimeElement>;
title: HTMLAttributes<HTMLTitleElement>;
tr: HTMLAttributes<HTMLTableRowElement>;
track: TrackHTMLAttributes<HTMLTrackElement>;
u: HTMLAttributes<HTMLElement>;
ul: HTMLAttributes<HTMLUListElement>;
var: HTMLAttributes<HTMLElement>;
video: VideoHTMLAttributes<HTMLVideoElement>;
wbr: HTMLAttributes<HTMLElement>;
}

§Extends

§Properties

§
a: AnchorHTMLAttributes<HTMLAnchorElement>
[src]
§
abbr: HTMLAttributes<HTMLElement>
[src]
§
address: HTMLAttributes<HTMLElement>
[src]
§
area: AreaHTMLAttributes<HTMLAreaElement>
[src]
§
article: HTMLAttributes<HTMLElement>
[src]
§
aside: HTMLAttributes<HTMLElement>
[src]
§
audio: AudioHTMLAttributes<HTMLAudioElement>
[src]
§
b: HTMLAttributes<HTMLElement>
[src]
§
base: BaseHTMLAttributes<HTMLBaseElement>
[src]
§
bdi: HTMLAttributes<HTMLElement>
[src]
§
bdo: HTMLAttributes<HTMLElement>
[src]
§
big: HTMLAttributes<HTMLElement>
[src]
§
blockquote: BlockquoteHTMLAttributes<HTMLQuoteElement>
[src]
§
body: HTMLAttributes<HTMLBodyElement>
[src]
§
br: HTMLAttributes<HTMLBRElement>
[src]
§
button: ButtonHTMLAttributes<HTMLButtonElement>
[src]
§
canvas: CanvasHTMLAttributes<HTMLCanvasElement>
[src]
§
caption: HTMLAttributes<HTMLTableCaptionElement>
[src]
§
cite: HTMLAttributes<HTMLElement>
[src]
§
code: HTMLAttributes<HTMLElement>
[src]
§
col: ColHTMLAttributes<HTMLTableColElement>
[src]
§
colgroup: ColgroupHTMLAttributes<HTMLTableColElement>
[src]
§
data: DataHTMLAttributes<HTMLDataElement>
[src]
§
datalist: HTMLAttributes<HTMLDataListElement>
[src]
§
dd: HTMLAttributes<HTMLElement>
[src]
§
del: DelHTMLAttributes<HTMLModElement>
[src]
§
details: DetailsHTMLAttributes<HTMLDetailsElement>
[src]
§
dfn: HTMLAttributes<HTMLElement>
[src]
§
dialog: DialogHTMLAttributes<HTMLDialogElement>
[src]
§
div: HTMLAttributes<HTMLDivElement>
[src]
§
dl: HTMLAttributes<HTMLDListElement>
[src]
§
dt: HTMLAttributes<HTMLElement>
[src]
§
em: HTMLAttributes<HTMLElement>
[src]
§
embed: EmbedHTMLAttributes<HTMLEmbedElement>
[src]
§
fieldset: FieldsetHTMLAttributes<HTMLFieldSetElement>
[src]
§
figcaption: HTMLAttributes<HTMLElement>
[src]
§
figure: HTMLAttributes<HTMLElement>
[src]
§
form: FormHTMLAttributes<HTMLFormElement>
[src]
§
h1: HTMLAttributes<HTMLHeadingElement>
[src]
§
h2: HTMLAttributes<HTMLHeadingElement>
[src]
§
h3: HTMLAttributes<HTMLHeadingElement>
[src]
§
h4: HTMLAttributes<HTMLHeadingElement>
[src]
§
h5: HTMLAttributes<HTMLHeadingElement>
[src]
§
h6: HTMLAttributes<HTMLHeadingElement>
[src]
§
hgroup: HTMLAttributes<HTMLElement>
[src]
§
hr: HTMLAttributes<HTMLHRElement>
[src]
§
html: HTMLAttributes<HTMLHtmlElement>
[src]
§
i: HTMLAttributes<HTMLElement>
[src]
§
iframe: IframeHTMLAttributes<HTMLIFrameElement>
[src]
§
img: ImgHTMLAttributes<HTMLImageElement>
[src]
§
input: InputHTMLAttributes<HTMLInputElement>
[src]
§
ins: InsHTMLAttributes<HTMLModElement>
[src]
§
kbd: HTMLAttributes<HTMLElement>
[src]
§
keygen: KeygenHTMLAttributes<HTMLUnknownElement>
[src]
§
label: LabelHTMLAttributes<HTMLLabelElement>
[src]
§
legend: HTMLAttributes<HTMLLegendElement>
[src]
§
li: LiHTMLAttributes<HTMLLIElement>
[src]
§
main: HTMLAttributes<HTMLElement>
[src]
§
map: MapHTMLAttributes<HTMLMapElement>
[src]
§
mark: HTMLAttributes<HTMLElement>
[src]
§
marquee: MarqueeHTMLAttributes<HTMLMarqueeElement>
[src]
§
meta: MetaHTMLAttributes<HTMLMetaElement>
[src]
§
meter: MeterHTMLAttributes<HTMLMeterElement>
[src]
§
noscript: HTMLAttributes<HTMLElement>
[src]
§
object: ObjectHTMLAttributes<HTMLObjectElement>
[src]
§
ol: OlHTMLAttributes<HTMLOListElement>
[src]
§
optgroup: OptgroupHTMLAttributes<HTMLOptGroupElement>
[src]
§
option: OptionHTMLAttributes<HTMLOptionElement>
[src]
§
output: OutputHTMLAttributes<HTMLOutputElement>
[src]
§
p: HTMLAttributes<HTMLParagraphElement>
[src]
§
param: ParamHTMLAttributes<HTMLParamElement>
[src]
§
picture: HTMLAttributes<HTMLPictureElement>
[src]
§
pre: HTMLAttributes<HTMLPreElement>
[src]
§
progress: ProgressHTMLAttributes<HTMLProgressElement>
[src]
§
q: QuoteHTMLAttributes<HTMLQuoteElement>
[src]
§
rp: HTMLAttributes<HTMLElement>
[src]
§
rt: HTMLAttributes<HTMLElement>
[src]
§
ruby: HTMLAttributes<HTMLElement>
[src]
§
s: HTMLAttributes<HTMLElement>
[src]
§
samp: HTMLAttributes<HTMLElement>
[src]
§
script: ScriptHTMLAttributes<HTMLScriptElement>
[src]
§
section: HTMLAttributes<HTMLElement>
[src]
§
select: SelectHTMLAttributes<HTMLSelectElement>
[src]
§
slot: SlotHTMLAttributes<HTMLSlotElement>
[src]
§
small: HTMLAttributes<HTMLElement>
[src]
§
source: SourceHTMLAttributes<HTMLSourceElement>
[src]
§
span: HTMLAttributes<HTMLSpanElement>
[src]
§
strong: HTMLAttributes<HTMLElement>
[src]
§
style: StyleHTMLAttributes<HTMLStyleElement>
[src]
§
sub: HTMLAttributes<HTMLElement>
[src]
§
summary: HTMLAttributes<HTMLElement>
[src]
§
sup: HTMLAttributes<HTMLElement>
[src]
§
table: TableHTMLAttributes<HTMLTableElement>
[src]
§
tbody: HTMLAttributes<HTMLTableSectionElement>
[src]
§
td: TdHTMLAttributes<HTMLTableCellElement>
[src]
§
template: HTMLAttributes<HTMLTemplateElement>
[src]
§
textarea: TextareaHTMLAttributes<HTMLTextAreaElement>
[src]
§
tfoot: HTMLAttributes<HTMLTableSectionElement>
[src]
§
th: ThHTMLAttributes<HTMLTableCellElement>
[src]
§
thead: HTMLAttributes<HTMLTableSectionElement>
[src]
§
time: TimeHTMLAttributes<HTMLTimeElement>
[src]
§
title: HTMLAttributes<HTMLTitleElement>
[src]
§
tr: HTMLAttributes<HTMLTableRowElement>
[src]
§
track: TrackHTMLAttributes<HTMLTrackElement>
[src]
§
u: HTMLAttributes<HTMLElement>
[src]
§
ul: HTMLAttributes<HTMLUListElement>
[src]
§
var: HTMLAttributes<HTMLElement>
[src]
§
video: VideoHTMLAttributes<HTMLVideoElement>
[src]
§
wbr: HTMLAttributes<HTMLElement>
[src]