Regular expression to select tags in a html document.
@"<[/]?(font|p|xml|del|ins|[ovwxp]:\w+)[^>]*?>"By this way we can remove unwanted tags using Regex.Replace() method.