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