单项选择题

A.document.createElement(span);
B.document.createElement(’span’);
C.document.createTextNode(’span’);
D.document.createTextNode(span);