To attach content to the end of the current body, the __________ function is used. To attach content to a specific place, you would use the __________ function to create an element where the content should be.
appendChild(), getElementById
appendChild(), createElement()
append(), create()
getElementById(), createElement