I discovered this techniques while surfing on a contact form at我发现这一技术的同时,冲浪,在一个联络的形式在
Iconaholic iconaholic
The hint is using <label> tag, nice unknown trick!暗示是用<label>标记,尼斯未知的把戏!
<style> label { width: 200px; float: left; } </style> <p><label>Fake Field</label><input type="text"></p> <p><label>Fake Field 123</label><input type="text"></p> <style>标签(宽度: 200px ;浮法:左; ) < /作风> <p> <label>假领域的< /标签> <input type="text"> < / > <p> <label>假领域123 < /标签> <input type="text"> < / > Apply <label> tag and specify the <label> width, and force it申请<label>标记,并指定<label>宽度,并迫使它
located to the left with float.位于左与浮动。
See example below: 看看下面的例子:

