I want to extract from this HTML code the word Mustafa with Jsoup.
<h1 id="firstHeading" class="firstHeading">Mustafa</h1>
<!-- /firstHeading -->
How can I do this?
|
I want to extract from this HTML code the word
How can I do this? |
||||
|
|
With Jsoup you can use CSS selectors to select elements. An element with Thus, this should do:
|
||||
|
|