Part 5 : Practical - 3
Rushiraj Parekh
ID : 18CE064
CSPIT - CE
CHARUSAT
Web Technology Practicals
Traversing the DOM:
1. Use the firstChild property to access an element.
2. Use the lastChild property to access an element.
3. Use the nextSibling property to access an element.
4. Use the previousSibling property to access an element.
5. Use the parentNode property to access an element.
6. Use the childNodes property to access a group of child elements.
Link: https://drive.google.com/open?id=1PR1NPJdvVc23qv4y4yX4oR0vbPR6NMd6
Comments
Post a Comment