How do I parse HTML using regular expressions in C#?
For example, given HTML code
t1 sp
You might want to try the Html Agility Pack, http://www.codeplex.com/htmlagilitypack. It even handles malformed HTML.