adplus-dvertising
frame-decoration

Question

Which syntax will cause IE to recognize section element?

a.

getElementById(“section”)

b.

createElement.document(“section”)

c.

document.createElement(“section”)

d.

document.createElement(“<section>”)

Posted under HTML5 HTML

Answer: (c).document.createElement(“section”)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which syntax will cause IE to recognize section element?