What happens when this code runs? newP = document.createElement("p"); newP.setAttribute("id", "p3");     newP.innerHTML = "This is a paragraph"; document.body.appendChild(newP);     A new paragraph saying "This is a paragraph" is inserted at the bottom of the page.     A new paragraph saying "This is a paragraph" is inserted at the top of the page.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

What happens when this code runs?

newP = document.createElement("p");
newP.setAttribute("id", "p3");    
newP.innerHTML = "This is a paragraph";
document.body.appendChild(newP);

   

A new paragraph saying "This is a paragraph" is inserted at the bottom of the page.

   

A new paragraph saying "This is a paragraph" is inserted at the top of the page.

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Form and its Elements
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT