For example, I want the following to be considered same.
<div id="div" class="txt">
Foo bar
</div>
and
<div class="txt" id="div" >Foo bar</div>
I have searched with diff and html, I found diff tool show it's diff result in HTML.
Thanks for your interest.