Hi im new to this forum.I need to extract specific html tag data from html webpage using java.for ex from <img src="http://google/sample.jpeg"> this tag i extract only http://google/sample.jpeg by using java.similar to all html tag.Plz give sample source code.
Thanks in advance.

there is probably going to be no sample source code given before you do anything yourself. research parsing html in java, it shouldn't be all that difficult to achieve what you want once you know how to parse html.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.