Take a look at my code:
<div>
<label>First Name</label><input type="text" id='first_name'/><br />
<label>Last Name</label><input type="text" id='last_name'/><br />
<label>Address</label><input type="text" id='address'/><br />
</div>
I'm still learning CSS and struggling to align my elements without using tables. I want everything to look perfect without applying styles individually. Any suggestions would be greatly appreciated.