Write a C# program to count the number of lines present in HTML. as HTML create a new line using “<br>” tag so will find the “<br>” tag in HTML string to count the lines.
Write a C# program to count the number of lines present in HTML. as HTML create a new line using “<br>” tag so will find the “<br>” tag in HTML string to count the lines.