I am currently having trouble re-formating a div that I extracted from a website.
This is what I currently have:
<div class=" frame frame-default frame-type-textmedia frame-layout-0" id="c47903"><a id="c47904"/><div class="ce-textpic ce-left ce-above"><div class="ce-bodytext"><p>The latest data of the evolution of COVID-19 over the past 24hours <strong>in Québec</strong> reveal:</p><ul><li>87new cases, bringing the total number of infected persons to61,004;</li><li>no deaths have occurred in the past 24hours, to which are added 3deaths which occurred between August7 and12, for a total of5,718;</li><li>the number of hospitalizations increased by2 compared to the previous day, for a cumulative total of151. Of these, 25were in intensive care, an increase of2;</li><li>18,596tests were performed on August12, for a cumulative total of1,428,286.</li></ul></div></div></div>
but I would like to have something similar to this:
The latest data of the evolution of COVID-19 over the past 24hours in Québecreveal: 87new cases, bringing the total number of infected persons to61,004; no deaths have occurred in the past 24hours, to which are added 3deaths which occurred between August7 and12, for a total of5,718; the number of hospitalizations increased by2 compared to the previous day, for a cumulative total of151. Of these, 25were in intensive care, an increase of2;18,596tests were performed on August12, for a cumulative total of1,428,286.
I removed it manually, but does there exists something that is less time consuming?