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 {
a: HTMLAttributes<HTMLAnchorElement>;
abbr: HTMLAttributes<HTMLElement>;
address: HTMLAttributes<HTMLElement>;
area: HTMLAttributes<HTMLAreaElement>;
article: HTMLAttributes<HTMLElement>;
aside: HTMLAttributes<HTMLElement>;
audio: HTMLAttributes<HTMLAudioElement>;
b: HTMLAttributes<HTMLElement>;
base: HTMLAttributes<HTMLBaseElement>;
bdi: HTMLAttributes<HTMLElement>;
bdo: HTMLAttributes<HTMLElement>;
big: HTMLAttributes<HTMLElement>;
blockquote: HTMLAttributes<HTMLQuoteElement>;
body: HTMLAttributes<HTMLBodyElement>;
br: HTMLAttributes<HTMLBRElement>;
button: HTMLAttributes<HTMLButtonElement>;
canvas: HTMLAttributes<HTMLCanvasElement>;
caption: HTMLAttributes<HTMLTableCaptionElement>;
cite: HTMLAttributes<HTMLElement>;
code: HTMLAttributes<HTMLElement>;
col: HTMLAttributes<HTMLTableColElement>;
colgroup: HTMLAttributes<HTMLTableColElement>;
data: HTMLAttributes<HTMLDataElement>;
datalist: HTMLAttributes<HTMLDataListElement>;
dd: HTMLAttributes<HTMLElement>;
del: HTMLAttributes<HTMLModElement>;
details: HTMLAttributes<HTMLDetailsElement>;
dfn: HTMLAttributes<HTMLElement>;
dialog: HTMLAttributes<HTMLDialogElement>;
div: HTMLAttributes<HTMLDivElement>;
dl: HTMLAttributes<HTMLDListElement>;
dt: HTMLAttributes<HTMLElement>;
em: HTMLAttributes<HTMLElement>;
embed: HTMLAttributes<HTMLEmbedElement>;
fieldset: HTMLAttributes<HTMLFieldSetElement>;
figcaption: HTMLAttributes<HTMLElement>;
figure: HTMLAttributes<HTMLElement>;
footer: HTMLAttributes<HTMLElement>;
form: HTMLAttributes<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: HTMLAttributes<HTMLIFrameElement>;
img: HTMLAttributes<HTMLImageElement>;
input: HTMLAttributes<HTMLInputElement>;
ins: HTMLAttributes<HTMLModElement>;
kbd: HTMLAttributes<HTMLElement>;
keygen: HTMLAttributes<HTMLUnknownElement>;
label: HTMLAttributes<HTMLLabelElement>;
legend: HTMLAttributes<HTMLLegendElement>;
li: HTMLAttributes<HTMLLIElement>;
link: HTMLAttributes<HTMLLinkElement>;
main: HTMLAttributes<HTMLElement>;
map: HTMLAttributes<HTMLMapElement>;
mark: HTMLAttributes<HTMLElement>;
menu: HTMLAttributes<HTMLMenuElement>;
menuitem: HTMLAttributes<HTMLUnknownElement>;
meta: HTMLAttributes<HTMLMetaElement>;
meter: HTMLAttributes<HTMLMeterElement>;
nav: HTMLAttributes<HTMLElement>;
noscript: HTMLAttributes<HTMLElement>;
object: HTMLAttributes<HTMLObjectElement>;
ol: HTMLAttributes<HTMLOListElement>;
optgroup: HTMLAttributes<HTMLOptGroupElement>;
option: HTMLAttributes<HTMLOptionElement>;
output: HTMLAttributes<HTMLOutputElement>;
p: HTMLAttributes<HTMLParagraphElement>;
param: HTMLAttributes<HTMLParamElement>;
picture: HTMLAttributes<HTMLPictureElement>;
pre: HTMLAttributes<HTMLPreElement>;
progress: HTMLAttributes<HTMLProgressElement>;
q: HTMLAttributes<HTMLQuoteElement>;
rp: HTMLAttributes<HTMLElement>;
rt: HTMLAttributes<HTMLElement>;
ruby: HTMLAttributes<HTMLElement>;
s: HTMLAttributes<HTMLElement>;
samp: HTMLAttributes<HTMLElement>;
script: HTMLAttributes<HTMLScriptElement>;
search: HTMLAttributes<HTMLElement>;
section: HTMLAttributes<HTMLElement>;
select: HTMLAttributes<HTMLSelectElement>;
slot: HTMLAttributes<HTMLSlotElement>;
small: HTMLAttributes<HTMLElement>;
source: HTMLAttributes<HTMLSourceElement>;
span: HTMLAttributes<HTMLSpanElement>;
strong: HTMLAttributes<HTMLElement>;
style: HTMLAttributes<HTMLStyleElement>;
sub: HTMLAttributes<HTMLElement>;
summary: HTMLAttributes<HTMLElement>;
sup: HTMLAttributes<HTMLElement>;
table: HTMLAttributes<HTMLTableElement>;
tbody: HTMLAttributes<HTMLTableSectionElement>;
td: HTMLAttributes<HTMLTableCellElement>;
template: HTMLAttributes<HTMLTemplateElement>;
textarea: HTMLAttributes<HTMLTextAreaElement>;
tfoot: HTMLAttributes<HTMLTableSectionElement>;
th: HTMLAttributes<HTMLTableCellElement>;
thead: HTMLAttributes<HTMLTableSectionElement>;
time: HTMLAttributes<HTMLTimeElement>;
title: HTMLAttributes<HTMLTitleElement>;
tr: HTMLAttributes<HTMLTableRowElement>;
track: HTMLAttributes<HTMLTrackElement>;
u: HTMLAttributes<HTMLElement>;
ul: HTMLAttributes<HTMLUListElement>;
var: HTMLAttributes<HTMLElement>;
video: HTMLAttributes<HTMLVideoElement>;
wbr: HTMLAttributes<HTMLElement>;
}

§Extends

§Properties

§
a: HTMLAttributes<HTMLAnchorElement>
[src]
§
abbr: HTMLAttributes<HTMLElement>
[src]
§
address: HTMLAttributes<HTMLElement>
[src]
§
area: HTMLAttributes<HTMLAreaElement>
[src]
§
article: HTMLAttributes<HTMLElement>
[src]
§
aside: HTMLAttributes<HTMLElement>
[src]
§
audio: HTMLAttributes<HTMLAudioElement>
[src]
§
b: HTMLAttributes<HTMLElement>
[src]
§
base: HTMLAttributes<HTMLBaseElement>
[src]
§
bdi: HTMLAttributes<HTMLElement>
[src]
§
bdo: HTMLAttributes<HTMLElement>
[src]
§
big: HTMLAttributes<HTMLElement>
[src]
§
blockquote: HTMLAttributes<HTMLQuoteElement>
[src]
§
body: HTMLAttributes<HTMLBodyElement>
[src]
§
br: HTMLAttributes<HTMLBRElement>
[src]
§
button: HTMLAttributes<HTMLButtonElement>
[src]
§
canvas: HTMLAttributes<HTMLCanvasElement>
[src]
§
caption: HTMLAttributes<HTMLTableCaptionElement>
[src]
§
cite: HTMLAttributes<HTMLElement>
[src]
§
code: HTMLAttributes<HTMLElement>
[src]
§
col: HTMLAttributes<HTMLTableColElement>
[src]
§
colgroup: HTMLAttributes<HTMLTableColElement>
[src]
§
data: HTMLAttributes<HTMLDataElement>
[src]
§
datalist: HTMLAttributes<HTMLDataListElement>
[src]
§
dd: HTMLAttributes<HTMLElement>
[src]
§
del: HTMLAttributes<HTMLModElement>
[src]
§
details: HTMLAttributes<HTMLDetailsElement>
[src]
§
dfn: HTMLAttributes<HTMLElement>
[src]
§
dialog: HTMLAttributes<HTMLDialogElement>
[src]
§
div: HTMLAttributes<HTMLDivElement>
[src]
§
dl: HTMLAttributes<HTMLDListElement>
[src]
§
dt: HTMLAttributes<HTMLElement>
[src]
§
em: HTMLAttributes<HTMLElement>
[src]
§
embed: HTMLAttributes<HTMLEmbedElement>
[src]
§
fieldset: HTMLAttributes<HTMLFieldSetElement>
[src]
§
figcaption: HTMLAttributes<HTMLElement>
[src]
§
figure: HTMLAttributes<HTMLElement>
[src]
§
form: HTMLAttributes<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: HTMLAttributes<HTMLIFrameElement>
[src]
§
img: HTMLAttributes<HTMLImageElement>
[src]
§
input: HTMLAttributes<HTMLInputElement>
[src]
§
ins: HTMLAttributes<HTMLModElement>
[src]
§
kbd: HTMLAttributes<HTMLElement>
[src]
§
keygen: HTMLAttributes<HTMLUnknownElement>
[src]
§
label: HTMLAttributes<HTMLLabelElement>
[src]
§
legend: HTMLAttributes<HTMLLegendElement>
[src]
§
li: HTMLAttributes<HTMLLIElement>
[src]
§
main: HTMLAttributes<HTMLElement>
[src]
§
map: HTMLAttributes<HTMLMapElement>
[src]
§
mark: HTMLAttributes<HTMLElement>
[src]
§
meta: HTMLAttributes<HTMLMetaElement>
[src]
§
meter: HTMLAttributes<HTMLMeterElement>
[src]
§
noscript: HTMLAttributes<HTMLElement>
[src]
§
object: HTMLAttributes<HTMLObjectElement>
[src]
§
ol: HTMLAttributes<HTMLOListElement>
[src]
§
optgroup: HTMLAttributes<HTMLOptGroupElement>
[src]
§
option: HTMLAttributes<HTMLOptionElement>
[src]
§
output: HTMLAttributes<HTMLOutputElement>
[src]
§
p: HTMLAttributes<HTMLParagraphElement>
[src]
§
param: HTMLAttributes<HTMLParamElement>
[src]
§
picture: HTMLAttributes<HTMLPictureElement>
[src]
§
pre: HTMLAttributes<HTMLPreElement>
[src]
§
progress: HTMLAttributes<HTMLProgressElement>
[src]
§
q: HTMLAttributes<HTMLQuoteElement>
[src]
§
rp: HTMLAttributes<HTMLElement>
[src]
§
rt: HTMLAttributes<HTMLElement>
[src]
§
ruby: HTMLAttributes<HTMLElement>
[src]
§
s: HTMLAttributes<HTMLElement>
[src]
§
samp: HTMLAttributes<HTMLElement>
[src]
§
script: HTMLAttributes<HTMLScriptElement>
[src]
§
section: HTMLAttributes<HTMLElement>
[src]
§
select: HTMLAttributes<HTMLSelectElement>
[src]
§
slot: HTMLAttributes<HTMLSlotElement>
[src]
§
small: HTMLAttributes<HTMLElement>
[src]
§
source: HTMLAttributes<HTMLSourceElement>
[src]
§
span: HTMLAttributes<HTMLSpanElement>
[src]
§
strong: HTMLAttributes<HTMLElement>
[src]
§
style: HTMLAttributes<HTMLStyleElement>
[src]
§
sub: HTMLAttributes<HTMLElement>
[src]
§
summary: HTMLAttributes<HTMLElement>
[src]
§
sup: HTMLAttributes<HTMLElement>
[src]
§
table: HTMLAttributes<HTMLTableElement>
[src]
§
tbody: HTMLAttributes<HTMLTableSectionElement>
[src]
§
td: HTMLAttributes<HTMLTableCellElement>
[src]
§
template: HTMLAttributes<HTMLTemplateElement>
[src]
§
textarea: HTMLAttributes<HTMLTextAreaElement>
[src]
§
tfoot: HTMLAttributes<HTMLTableSectionElement>
[src]
§
th: HTMLAttributes<HTMLTableCellElement>
[src]
§
thead: HTMLAttributes<HTMLTableSectionElement>
[src]
§
time: HTMLAttributes<HTMLTimeElement>
[src]
§
title: HTMLAttributes<HTMLTitleElement>
[src]
§
tr: HTMLAttributes<HTMLTableRowElement>
[src]
§
track: HTMLAttributes<HTMLTrackElement>
[src]
§
u: HTMLAttributes<HTMLElement>
[src]
§
ul: HTMLAttributes<HTMLUListElement>
[src]
§
var: HTMLAttributes<HTMLElement>
[src]
§
video: HTMLAttributes<HTMLVideoElement>
[src]
§
wbr: HTMLAttributes<HTMLElement>
[src]