What does the following line of code do? jQuery('p')
jQuery('p')
Selects all paragraphs on the page
Aliases jQuery to a variable p
Loads a paragraph tag from a remote server using AJAX
Creates a new paragraph tag and inserts it into the body tag