当前位置:网站首页>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;
}
边栏推荐
- CyCa children's physical etiquette Ningbo training results assessment came to a successful conclusion
- 【華為機試真題詳解】歡樂的周末
- There is a powerful and good-looking language bird editor, which is better than typora and developed by Alibaba
- 非技术部门,如何参与 DevOps?
- 分享 20 个稀奇古怪的 JS 表达式,看看你能答对多少
- World Environment Day | Chow Tai Fook serves wholeheartedly to promote carbon reduction and environmental protection
- 最长公共子序列 - 动态规划
- Online electronic component purchasing Mall: break the problem of information asymmetry in the purchasing process, and enable enterprises to effectively coordinate management
- APR protocol and defense
- 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
猜你喜欢

网上电子元器件采购商城:打破采购环节信息不对称难题,赋能企业高效协同管理

直播预告|如何借助自动化工具落地DevOps(文末福利)

FR练习题目---综合题

快消品行业SaaS多租户解决方案,构建全产业链数字化营销竞争力

区间 - 左闭右开

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

freesurfer运行完recon-all怎么快速查看有没有报错?——核心命令tail重定向

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

PyTorch二分类时BCELoss,CrossEntropyLoss,Sigmoid等的选择和使用

Thymeleaf 使用后台自定义工具类处理文本
随机推荐
Total amount analysis accounting method and potential method - allocation analysis
Catch all asynchronous artifact completable future
Thymeleaf th:classappend attribute append th:styleappend style append th:data- custom attribute
危机重重下的企业发展,数字化转型到底是不是企业未来救星
Chow Tai Fook fulfills the "centenary commitment" and sincerely serves to promote green environmental protection
[learning notes] connectivity and circuit of graph
Two Bi development, more than 3000 reports? How to do it?
js亮瞎你眼的日期选择器
总量分析 核算方法和势方法 - 分摊分析
03_ Dataimport of Solr
Longest common subsequence dynamic programming
乌卡时代下,企业供应链管理体系的应对策略
04_ Use of solrj7.3 of solr7.3
[summary of leetcode weekly competition] the 81st fortnight competition of leetcode (6.25)
How to choose the appropriate certificate brand when applying for code signing certificate?
01. Solr7.3.1 deployment and configuration of jetty under win10 platform
3W principle [easy to understand]
The forked VM terminated without saying properly goodbye
[detailed explanation of Huawei machine test] character statistics and rearrangement
分享 20 个稀奇古怪的 JS 表达式,看看你能答对多少