当前位置:网站首页>Type declaration of all DOM elements in TS
Type declaration of all DOM elements in TS
2022-07-05 14:37:00 【Forgive me for not being free and easy enough】
TS all dom Type declaration of element ,TS declared , It can be used directly
interface HTMLElementTagNameMap {
"a": HTMLAnchorElement;
"abbr": HTMLElement;
"address": HTMLElement;
"applet": HTMLAppletElement;
"area": HTMLAreaElement;
"article": HTMLElement;
"aside": HTMLElement;
"audio": HTMLAudioElement;
"b": HTMLElement;
"base": HTMLBaseElement;
"bdi": HTMLElement;
"bdo": HTMLElement;
"blockquote": HTMLQuoteElement;
"body": HTMLBodyElement;
"br": HTMLBRElement;
"button": HTMLButtonElement;
"canvas": HTMLCanvasElement;
"caption": HTMLTableCaptionElement;
"cite": HTMLElement;
"code": HTMLElement;
"col": HTMLTableColElement;
"colgroup": HTMLTableColElement;
"data": HTMLDataElement;
"datalist": HTMLDataListElement;
"dd": HTMLElement;
"del": HTMLModElement;
"details": HTMLDetailsElement;
"dfn": HTMLElement;
"dialog": HTMLDialogElement;
"dir": HTMLDirectoryElement;
"div": HTMLDivElement;
"dl": HTMLDListElement;
"dt": HTMLElement;
"em": HTMLElement;
"embed": HTMLEmbedElement;
"fieldset": HTMLFieldSetElement;
"figcaption": HTMLElement;
"figure": HTMLElement;
"font": HTMLFontElement;
"footer": HTMLElement;
"form": HTMLFormElement;
"frame": HTMLFrameElement;
"frameset": HTMLFrameSetElement;
"h1": HTMLHeadingElement;
"h2": HTMLHeadingElement;
"h3": HTMLHeadingElement;
"h4": HTMLHeadingElement;
"h5": HTMLHeadingElement;
"h6": HTMLHeadingElement;
"head": HTMLHeadElement;
"header": HTMLElement;
"hgroup": HTMLElement;
"hr": HTMLHRElement;
"html": HTMLHtmlElement;
"i": HTMLElement;
"iframe": HTMLIFrameElement;
"img": HTMLImageElement;
"input": HTMLInputElement;
"ins": HTMLModElement;
"kbd": HTMLElement;
"label": HTMLLabelElement;
"legend": HTMLLegendElement;
"li": HTMLLIElement;
"link": HTMLLinkElement;
"main": HTMLElement;
"map": HTMLMapElement;
"mark": HTMLElement;
"marquee": HTMLMarqueeElement;
"menu": HTMLMenuElement;
"meta": HTMLMetaElement;
"meter": HTMLMeterElement;
"nav": HTMLElement;
"noscript": HTMLElement;
"object": HTMLObjectElement;
"ol": HTMLOListElement;
"optgroup": HTMLOptGroupElement;
"option": HTMLOptionElement;
"output": HTMLOutputElement;
"p": HTMLParagraphElement;
"param": HTMLParamElement;
"picture": HTMLPictureElement;
"pre": HTMLPreElement;
"progress": HTMLProgressElement;
"q": HTMLQuoteElement;
"rp": HTMLElement;
"rt": HTMLElement;
"ruby": HTMLElement;
"s": HTMLElement;
"samp": HTMLElement;
"script": HTMLScriptElement;
"section": HTMLElement;
"select": HTMLSelectElement;
"slot": HTMLSlotElement;
"small": HTMLElement;
"source": HTMLSourceElement;
"span": HTMLSpanElement;
"strong": HTMLElement;
"style": HTMLStyleElement;
"sub": HTMLElement;
"summary": HTMLElement;
"sup": HTMLElement;
"table": HTMLTableElement;
"tbody": HTMLTableSectionElement;
"td": HTMLTableDataCellElement;
"template": HTMLTemplateElement;
"textarea": HTMLTextAreaElement;
"tfoot": HTMLTableSectionElement;
"th": HTMLTableHeaderCellElement;
"thead": HTMLTableSectionElement;
"time": HTMLTimeElement;
"title": HTMLTitleElement;
"tr": HTMLTableRowElement;
"track": HTMLTrackElement;
"u": HTMLElement;
"ul": HTMLUListElement;
"var": HTMLElement;
"video": HTMLVideoElement;
"wbr": HTMLElement;
}
边栏推荐
- 【华为机试真题详解】欢乐的周末
- 【NVMe2.0b 14-9】NVMe SR-IOV
- [summary of leetcode weekly competition] the 81st fortnight competition of leetcode (6.25)
- 一网打尽异步神器CompletableFuture
- 【华为机试真题详解】字符统计及重排
- 做自媒体视频二次剪辑,怎样剪辑不算侵权
- 总量分析 核算方法和势方法 - 分摊分析
- Thymeleaf th:classappend attribute append th:styleappend style append th:data- custom attribute
- Un week - end heureux
- 面试突击62:group by 有哪些注意事项?
猜你喜欢

实现一个博客系统----使用模板引擎技术

Thymeleaf th:classappend属性追加 th:styleappend样式追加 th:data-自定义属性

Penetration testing methodology

How can non-technical departments participate in Devops?

【leetcode周赛总结】LeetCode第 81 场双周赛(6.25)

Opengauss database source code analysis series articles -- detailed explanation of dense equivalent query technology (Part 2)

【NVMe2.0b 14-9】NVMe SR-IOV

How does redis implement multiple zones?

IPv6与IPv4的区别 网信办等三部推进IPv6规模部署

Principle and performance analysis of lepton lossless compression
随机推荐
动态规划
Postgresql 13 安装
分享 12 个最常用的正则表达式,能解决你大部分问题
SSL证书错误怎么办?浏览器常见SSL证书报错解决办法
Opengauss database source code analysis series articles -- detailed explanation of dense equivalent query technology (Part 2)
长列表优化虚拟滚动
Disjoint Set
Thymeleaf 使用后台自定义工具类处理文本
CyCa children's physical etiquette Ningbo training results assessment came to a successful conclusion
Thymeleaf 常用函數
【学习笔记】阶段测试1
Under the crisis of enterprise development, is digital transformation the future savior of enterprises
做自媒體視頻二次剪輯,怎樣剪輯不算侵權
【招聘岗位】软件工程师(全栈)- 公共安全方向
be careful! Software supply chain security challenges continue to escalate
04_ Use of solrj7.3 of solr7.3
[detailed explanation of Huawei machine test] character statistics and rearrangement
R language dplyr package select function, group_ By function, mutate function and cumsum function calculate the cumulative value of the specified numerical variable in the dataframe grouping data and
Principle and performance analysis of lepton lossless compression
手写promise与async await