题目内容

向父元素的末尾追加元素的方法为appendChild()

A. 对
B. 错

查看答案
更多问题

向父元素的某个子元素的前面追加元素的方法为insertBefore()

A. 对
B. 错

myul.appendChild(myli1);//若追加的元素myli1已经存在,则把原来位置的myli1元素删掉,在最后追加。相当于把此元素从开始移到最后

A. 对
B. 错

document.createElement("ul");//可以创建一个ul元素,但是不会自动追加到相应的父元素里面

A. 对
B. 错

mathematical analysis

A. symbolized arithmetic
B. interconnection between variables
C. a rectangular array of numeric or algebraic quantities subject to mathematical operations
D. a statement of equality between two equal numbers or number systems
E. the study of variables and their relationships

答案查题题库