Suppose I wanted to remove any and all text from a web page that did not reside in a specified tag (either a <p> or <h1> tag).

What would be the way to do it?


-MizPippz