cannot find a mapping of element tagName to HTMLElement, for example:
'DIV': HTMLDivElement
'A': HTMLAnchorElement
there is not a 1:1 mapping, for example
'B': HTMLElement
'S': HTMLElement
would be nice if said reference contained the distinguishing characteristic between an bold and strikeout HTMLElement, but maybe I hope for too much.
this has to exist somewhere in webland…
There’s a list on MDN:
Looks like it maps the DOM objects to the corresponding HTML elements: