I have this html code
<h2>
<div style="display:flex">
<div>
Section III :
</div>
<div>
Very long parangrapgggggggggggggggggggggggggggggggggggggggggggggggggggggggg
</div>
</div>
</h2>
The space inside the first div makes a new line, Can any body suggest how to attain this format ? I dont to have anything below the Section III, I dont want to use tho and I dont want to adjust width padding etc, is there a way to achieve this ?