Why is creating an element with document.createElement() not enough to make it display on the webpage?

Because creating an element doesn't automatically add it to the webpageBecause the instruction should be .innerHTML()Because we can't create new elements with JavaScriptBecause there's no .createElement() instruction

Because creating an element doesn't automatically add it to the webpage.