Question: What does the following line of code do?
- Loads a paragraph tag from a remote server using AJAX
- Aliases jQuery to a variable p
- Selects all paragraphs on the page
- 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