Question: What does the following line of code do?

  1. Loads a paragraph tag from a remote server using AJAX
  2. Aliases jQuery to a variable p
  3. Selects all paragraphs on the page
  4. Creates a new paragraph tag and inserts it into the body tag

Answer: The correct answer of the above question is Option C:Selects all paragraphs on the page