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