Question Bank Fsd Module 2 (1) (1)
Question Bank Fsd Module 2 (1) (1)
1.Define DOM? Explain the DOM TREE structure using a model of a web page?
2.Explain the working with DOM tree steps in detail,access the element from DOM tree
6...How to access , update and changing a text node with node value with syntax and program.
7.How to access , update and changing a textcontent (innertext) with node value with syntax and
program.
9.Explain the DOM Tree program for adding an element,Removing element form DOM manipulation?
11.What is an Event,Explain the different types of events, event delegation with program