What happens when we store an element we create in a variable?

The variable contains the element and we can use the variable whenever we need the elementThe variable contains a string with the created element's typeThe variable contains the created element's parentThe element displays on the webpage

The variable contains the element and we can use the variable whenever we need the element.