下面的方法中,()不是document对象的方法 A: createElement() B: getElementById() C: write() D: reload()
下面的方法中,()不是document对象的方法 A: createElement() B: getElementById() C: write() D: reload()
要获取文档中指定标签名的HTML页面元素对象,应该使用document对象的()方法。 A: getElementById() B: getElementsByName() C: getElementsByTagName() D: createElement()
要获取文档中指定标签名的HTML页面元素对象,应该使用document对象的()方法。 A: getElementById() B: getElementsByName() C: getElementsByTagName() D: createElement()
,正确的语句为:() A: var div1 = document.createElement("div");document.body.appendChild(div1); B: var div1 = document.createElement("div");document.body.deleteChild(div1); C: var div1 = document.createElement("div");document.body.removeChild(div1); D: var div1 = document.createElement("div");document.body.replaceChild(div1);
,正确的语句为:() A: var div1 = document.createElement("div");document.body.appendChild(div1); B: var div1 = document.createElement("div");document.body.deleteChild(div1); C: var div1 = document.createElement("div");document.body.removeChild(div1); D: var div1 = document.createElement("div");document.body.replaceChild(div1);
以下哪个不是document对象的方法? A: createElement() 在文档中创建一个DOM对象 B: createAttribute() 创建属性节点 C: createTextNode() 创建新的文本节点 D: createTree() 创建一个DOM树
以下哪个不是document对象的方法? A: createElement() 在文档中创建一个DOM对象 B: createAttribute() 创建属性节点 C: createTextNode() 创建新的文本节点 D: createTree() 创建一个DOM树
35.下列哪项表示的是创建table标签( )。 A: a.herf="https://tmooc.cn"; B: document.createElement('table'); C: document.createElement('td'); D: console.log( table );
35.下列哪项表示的是创建table标签( )。 A: a.herf="https://tmooc.cn"; B: document.createElement('table'); C: document.createElement('td'); D: console.log( table );
以下语句中,可以正确创建一个图片元素的是 A: document.createElement(img) B: document.createNode('img') C: document.createElement('img') D: document.createTextNode('img')
以下语句中,可以正确创建一个图片元素的是 A: document.createElement(img) B: document.createNode('img') C: document.createElement('img') D: document.createTextNode('img')
Which of the following components is not part of a sales document?() A: Document header. B: Document feed. C: Document items.
Which of the following components is not part of a sales document?() A: Document header. B: Document feed. C: Document items.
The RFC document is the working document of which of the following standardization organizations?( )
The RFC document is the working document of which of the following standardization organizations?( )
创建元素节点用() A: createElement() B: createTextNode() C: createAttribute() D: setAttributeNode()
创建元素节点用() A: createElement() B: createTextNode() C: createAttribute() D: setAttributeNode()
A is a single text data point. The is the collection of all the documents. A: Feature; document B: Corpus; feature C: Document; feature D: Feature; document
A is a single text data point. The is the collection of all the documents. A: Feature; document B: Corpus; feature C: Document; feature D: Feature; document