Remving the style tags with its content
how to remove the content inside the <style> tag.
for eg:
<html>
<style>Shankar</style>
</html>
I want to remove <style>Shankar</style> from the above text, Can anybody help me in writing the regular expression for getting the solution, I am using C#.