DOM Manipulation ShortHand in JS
DOM (Document Object Model) it is the structural representation of HTML file .it is like a tree of nodes or element which is similar to that of objects having properties which we can use to change the style of the page. document.all[index] all is ...
