All the pages are connected via some href elements. The very first page is named mainpage.html. Now I want to remove the <image> tags from all the webpages 
and show elements within <div id = "pB">.
Instead of removing image tags manually from one page to another, I'd like a generic method for this purpose. Any suggestions or queries from me you can ask me, thanks in advance.
the structure of tree is
<html> -> <body> -> <div id= pB>
 
     
     
    