using regex:
string result = Regex.Replace( input, @"?(?i:script|embed|object|frameset|frame|iframe|meta|link|style)(.|\n|\s)*?>", string.Empty, RegexOptions.Singleline | RegexOptions.IgnoreCase );