Document Object Model is a programming interface for Web documents Such as HTML and XML documents. DOM is used to represent the Webpage in a Hierarchical manner for the programmer to easily access the classes, elements ,attributes ,and IDs in the Web Document. As many know DOM is Mostly Used…