I'm completely new to Jquery mobile and I'm having trouble getting these elements aligned. Here's my code, but I need the two icons to line up horizontally with the caption "Heading".
<h3>Heading</h3>
<img src="../resoruces/speech-bubble-with-exclamation-mark-svgrepo-com.svg" height="24" width="24">
<img src="../resoruces/qr-code-svgrepo-com.svg" height="24" width="24">
</div>
Right now, they're just stacking vertically.
What I actually want is something like this:
-----------------------------------------------------
Heading XX
-----------------------------------------------------