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