Published in: HTML
<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> <label for="name">Name</label> <input id="name" name="name"> <label for="address">Address</label> <input id="address" name="address"> <label for="city">City</label> <input id="city" name="city"> </form>
You need to login to post a comment.
