当前位置:网站首页>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;
}
边栏推荐
- Thymeleaf th:with use of local variables
- The speed monitoring chip based on Bernoulli principle can be used for natural gas pipeline leakage detection
- 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
- 手写promise与async await
- Lepton 无损压缩原理及性能分析
- 不相交集
- 开挖财上的证券账户可以吗?安全吗?
- dynamic programming
- leetcode:881. 救生艇
- 超级哇塞的快排,你值得学会!
猜你喜欢
Which Internet companies are worth going to in Shenzhen for software testers [Special Edition for software testers]
Countermeasures of enterprise supply chain management system in UCA Era
乌卡时代下,企业供应链管理体系的应对策略
Drive brushless DC motor based on Ti drv10970
超级哇塞的快排,你值得学会!
APR protocol and defense
周大福践行「百周年承诺」,真诚服务推动绿色环保
有一个强大又好看的,赛过Typora,阿里开发的语雀编辑器
如何将电脑复制的内容粘贴进MobaXterm?如何复制粘贴
ASP.NET大型外卖订餐系统源码 (PC版+手机版+商户版)
随机推荐
04_ Use of solrj7.3 of solr7.3
用 Go 跑的更快:使用 Golang 为机器学习服务
Un week - end heureux
The function of qualifier in C language
03_ Dataimport of Solr
CPU设计相关笔记
Fonctions communes de thymeleaf
不相交集
Section - left closed right open
想进阿里必须啃透的12道MySQL面试题
Mysql database installation tutorial under Linux
mysql8.0JSON_CONTAINS的使用说明
做自媒體視頻二次剪輯,怎樣剪輯不算侵權
Faire un clip vidéo auto - média deux fois, comment clip n'est pas considéré comme une infraction
Implement a blog system -- using template engine technology
Thymeleaf common functions
PyTorch二分类时BCELoss,CrossEntropyLoss,Sigmoid等的选择和使用
强联通分量
Drive brushless DC motor based on Ti drv10970
R language uses the multinom function of NNET package to build an unordered multi classification logistic regression model, and uses the coef function to obtain the log odds ratio corresponding to eac