document.createElement returned instance

Here is a basic question for which I don't find any answer in the specs:

When calling document.createElement("P") should I expect to get
an instance of Element, HTMLElement or HTMLParagraphElement ?

Thanks,

Christophe
Lutris

Received on Wednesday, 13 January 1999 16:34:37 UTC