* Creates an instance of the element for the specified tag. * @param tagName The name of an element.
(tagName: "a")
| 2987 | * @param tagName The name of an element. |
| 2988 | */ |
| 2989 | createElement(tagName: "a"): HTMLAnchorElement; |
| 2990 | createElement(tagName: "abbr"): HTMLPhraseElement; |
| 2991 | createElement(tagName: "acronym"): HTMLPhraseElement; |
| 2992 | createElement(tagName: "address"): HTMLBlockElement; |
no outgoing calls