'Wanting to print based on a string; Java

I'm wanting to use Jsoup to parse through some HTML code. Firstly, I want to only print out the bolded row that contains the(not really columns)headers as the HTML is formatted by rows.I want to select & print the tr tag that contains the bold style within the tag. How do I convert the bold styled tr to a Java GUI table with the bold styled tr with the td elements as the column headers? How do I reformat the document to be able to sort by columns and not rows?

I have attached the GitHub link with the Java code. I couldn't get it to pass the algorithm.

GitHub



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source