Simple Regex to Remove Html tags

This is one of the simplest regex to remove html tags from some html text. I know its not the best but i’d argue that it’s one of the simplest.

public static string RemoveHtml(string txt)
{
    return Regex.Replace(txt, @"<[^>]*>", "");
}

eBay© Listings Import

Finally, after several weeks of working on this, we have just released a new tool that can help you import your eBay© listings to Love2Trade free of charge.
We’ve also added a section in our FAQs that can help answer questions you might have about how it works.
If you have anything listed on eBay you owe it to [...]