Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Read HTML file
Hareesh Bollepalli
10y
708
1
Reply
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>
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
progressbar in c sharp
Call stored procedure in entity framework(MVC C#)