Is there a way to align the label with the <h3>
or <div>
on the same line?
<h3 style="display: inline-block"> Reply to <label id="test">test</label></h3>
Please note that my label is contained within the <h3>
.
Appreciate any help, thank you!