当前位置:网站首页>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;
}
边栏推荐
- Differences between IPv6 and IPv4 three departments including the office of network information technology promote IPv6 scale deployment
- Thymeleaf 模板的创建与使用
- C language -- structure and function
- 通过npm 或者 yarn安装依赖时 报错 出现乱码解决方式
- How to choose the appropriate certificate brand when applying for code signing certificate?
- leetcode:881. 救生艇
- Drive brushless DC motor based on Ti drv10970
- openGauss数据库源码解析系列文章—— 密态等值查询技术详解(下)
- Loop invariant
- Is the securities account given by the head teacher of qiniu school safe? Can I open an account?
猜你喜欢
[learning notes] stage test 1
直播预告|如何借助自动化工具落地DevOps(文末福利)
Sharing the 12 most commonly used regular expressions can solve most of your problems
Drive brushless DC motor based on Ti drv10970
PyTorch二分类时BCELoss,CrossEntropyLoss,Sigmoid等的选择和使用
Thymeleaf 模板的创建与使用
leetcode:881. 救生艇
Online electronic component purchasing Mall: break the problem of information asymmetry in the purchasing process, and enable enterprises to effectively coordinate management
申请代码签名证书时如何选择合适的证书品牌?
Two Bi development, more than 3000 reports? How to do it?
随机推荐
Section - left closed right open
3W principle [easy to understand]
世界环境日 | 周大福用心服务推动减碳环保
Thymeleaf 常用函数
C语言中限定符的作用
【华为机试真题详解】字符统计及重排
循环不变式
js亮瞎你眼的日期选择器
What about SSL certificate errors? Solutions to common SSL certificate errors in browsers
【NVMe2.0b 14-9】NVMe SR-IOV
dynamic programming
[C question set] of Ⅷ
Pointer operation - C language
乌卡时代下,企业供应链管理体系的应对策略
裁员下的上海
Penetration testing methodology
最长公共子序列 - 动态规划
Faire un clip vidéo auto - média deux fois, comment clip n'est pas considéré comme une infraction
【数组和进阶指针经典笔试题12道】这些题,满足你对数组和指针的所有幻想,come on !
Implement a blog system -- using template engine technology