2
Reply

Read HTML file

Hareesh Bollepalli

Hareesh Bollepalli

10 years ago
706
Hi i want to read a html file can you please send me code how to read html code in C# That file look like below
 
<!DOCTYPE html>
<html>
<body>
<p><b>This text is bold</b></p>
<p><strong>This text is strong</strong></p>
<p><em>This text is emphasized</em></p>
<p><i>This text is italic</i></p>
<p><small>This text is small</small></p>
<p>This is<sub> subscript</sub> and <sup>superscript</sup></p>
</body>
</html>
 

Answers (2)