我创建了一个输入文本字段,并使用html为其指定了标签,但我没有在一行中显示标签,而是面临标签显示为三行的问题。
label {
display: inline-block;
position: relative;
width: 5px;
top: 0px;
left: -193px;
color: #999;
font-family: 'Helvetica', sans-serif;
font-size: 16px;
font-weight: lighter;
z-index: 1;
transition: all 0.2s ease-in;
}

<input type="text" name="verficationcode" required autocomplete="off">
<label for="verficationcode">Enter code here</label>
&#13;