单项选择题

如果想被选元素之后插入HTML 标记或已有的元素,下面哪个是实现该功能的?()

A.append(content)
B.appendTo(content)
C.insertAfter(content)
D.after(content)