I am trying to parse multiple html documents in such a way that I get only the tags discarding all its attributes and values. Can someone help me please.
For example: <img src="pic_trulli.jpg" alt="Italian Trulli">
changes to
<img>
Similarly, I want this to work for all the tags in an HTML document.