I have stucked with how to parse these data in the form of key value pair.Please guide me
<div class="content">
<div class="label">Company Name: </div>
Cartell Chemical Co., Ltd.
<br/>
<div class="label">Business Owner: </div>
Michael Chen
<br/>
<div class="label">Employees: </div>
210
<br/>
<div class="label">Main markets: </div>
North America, Europe, China, South Asia
<br/>
<div class="label">Business Type: </div>
Manufacturer
<br/>
</div>
I need output in these format.please guide me using Java with Jsoup library
Company Name:Cartell Chemical Co., Ltd.
Business Owner:Michael Chen
Employees:210
Main markets:North America, Europe, China, South Asia
Business Type:Manufacturer