Question: What is the first argument, `x`, that is sent to the `createElement` function?

  1. the element that should be created
  2. the order in which this element should be placed on the page
  3. the properties of the element
  4. 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