gpt4 book ai didi

html - 如何在输入文本后添加文本

转载 作者:太空宇宙 更新时间:2023-11-03 23:43:10 24 4
gpt4 key购买 nike

我想在 bootstrap 的输入后,在它的旁边添加“月”。我试过 spanpull-left 都没有用。 月份总是在下面

<form role="form">
<div class="form-group">
<label for="exampleInputEmail1">Months</label>
<input type="email" class="form-control" style="width: 50%" id="exampleInputEmail1" placeholder="Months"> months
</div>
</form>

JSFIDDLE

最佳答案

只需将 form-inline 添加到您的表单中..

<form role="form" class="form-inline">
<div class="form-group">
<label for="exampleInputEmail1">Months</label>
<input type="email" class="form-control" style="width: 50%" id="exampleInputEmail1" placeholder="Months"> months
</div>
</form>

演示:http://www.bootply.com/119625

关于html - 如何在输入文本后添加文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22239732/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com