Question: What is the first argument, `x`, that is sent to the `createElement` function?
- the element that should be created
- the order in which this element should be placed on the page
- the properties of the element
- data that should be displayed in the element
Answer: The correct answer of the above question is Option A:the element that should be created