We will use createElement() on the document object to create a new p element. const paragraph = document.createElement('p');.
確定! 回上一頁