/ Published in: HTML
Expand |
Embed | Plain Text
<style type="text/css"> <!-- label,input { display: block; width: 150px; float: left; margin-bottom: 10px; } label { text-align: right; width: 75px; padding-right: 20px; } br { clear: left; }--> </style> <form> <input id="name" name="name"> <br> <input id="address" name="address"> <br> <input id="city" name="city"> <br> </form>
You need to login to post a comment.
