Read HTML File

Newbie Member
13Sep2007,13:15   #1
jestges's Avatar
Hi is there anyway to read html file using c program


Thank you
Team Leader
13Sep2007,16:04   #2
DaWei's Avatar
Sure, it's just text.
Newbie Member
13Sep2007,16:49   #3
jestges's Avatar
thank you for your quick reply can you give me a simple source code to do the thing.

Here is my html file "test.html"

Code:
<html>
<head>
<title>Test docment</title>
</head>
<body>
	<div style="width: 200px; height: 200px; border: 1px solid red;">
	</div>
</body>
</html>
and i want to read all tags by using c program

Thank you

Last edited by shabbir; 13Sep2007 at 17:21.. Reason: Code block
Team Leader
13Sep2007,17:46   #4
DaWei's Avatar
Why don't you write the code and present it here when you have problems. Or perhaps you want to hire a programmer.