I discovered this techniques while surfing on a contact form at J'ai découvert ce techniques tout en surfant sur un formulaire de contact à
Iconaholic Iconaholic
The hint is using <label> tag, nice unknown trick! L'indice utilise <label> tag, belle inconnue truc!
<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> label (width: 200px; float: left;) </ style> <p> <label> Fake Champ </ label> <input type="text"> </ p> Fake <label> terrain 123 </ label> <input type="text"> </ p> 
