Compare two strings containing html tags with same attributes but different orders using C#
I’d like to compare between two strings having html tags in different orders.
**Example:
**
string str1="<p><strong style="font-size: 36px; color: rgb(153, 51, 255);">Hello </strong><em><u>World</u></em></p>";