createElement('p'); // create teXt node and append to P var myt I document.createTextNode('one more paragraph') myp.appendChild(myt); // create STRONG and ...
確定! 回上一頁