我有一个包含 asp:Label 和 asp:Checkbox 的 div 我试图将标签放在复选框的左侧,但它不会放在这里。我希望这两个都在页面的右侧
<div>
<asp:Label runat="server" style="float:right;" >
Conclude Case File</asp:Label>
<input type="checkbox" class="concludeCBox" id="concludeNoteCBox" runat="server"
style="float:right;" />
</div>