Tag: manipilating elements

Manipulating Elements in DOM

1. createElement() – create a new element and returns a new Node with the Element type. Syntax let element = document.createElement(htmlTag); 2. appendChild()  – append a node to a list of child nodes of a specified parent...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved